uniweb 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uniweb",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "CLI for the Uniweb Component Web Platform",
5
5
  "type": "module",
6
6
  "bin": {
package/src/index.js CHANGED
@@ -246,6 +246,9 @@ async function createWorkspace(projectDir, projectName) {
246
246
  'build:foundation': 'pnpm --filter foundation build',
247
247
  build: 'pnpm build:foundation && pnpm --filter site build',
248
248
  },
249
+ pnpm: {
250
+ onlyBuiltDependencies: ['esbuild', 'sharp'],
251
+ },
249
252
  })
250
253
 
251
254
  // pnpm-workspace.yaml