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 e3be318 commit c4a3376Copy full SHA for c4a3376
packages/compas-open-scd/package.json
@@ -71,7 +71,7 @@
71
"build:test": "npm run test && npm run build && cp .nojekyll build/",
72
"build": "npm run doc && npm run build:only && cp .nojekyll build/",
73
"build:only": "snowpack build && workbox generateSW workbox-config.cjs",
74
- "start": "snowpack dev"
+ "start": "npx rimraf node_modules/.cache/snowpack/build/[email protected] && snowpack dev"
75
},
76
"devDependencies": {
77
"@commitlint/cli": "^13.1.0",
0 commit comments