We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4337e43 commit c3fdadeCopy full SHA for c3fdade
packages/cli/templates/webcomponents/igc-ts/projects/_base_with_home/files/package.json
@@ -14,7 +14,7 @@
14
},
15
"scripts": {
16
"start": "tsc && concurrently -k -r \"tsc --watch\" \"wds\"",
17
- "build": "rimraf dist && tsc && node --max-old-space-size=4096 node_modules/vite/bin/vite.js build",
+ "build": "rimraf dist && tsc && node --max-old-space-size=4096 node_modules/vite/bin/vite.js build",
18
"start:build": "web-dev-server --root-dir dist --app-index index.html --open",
19
"lint": "eslint \"**/*.{js,ts}\" --ignore-path .gitignore",
20
"test": "tsc --project tsconfig.test.json && wtr"
0 commit comments