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 c4a3376 commit 56328f6Copy full SHA for 56328f6
packages/compas-open-scd/package.json
@@ -71,6 +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
+ "__comment:start": "snowpack dev fails if the lit package is cached. I don't know why, but we have to delete it before starting",
75
"start": "npx rimraf node_modules/.cache/snowpack/build/[email protected] && snowpack dev"
76
},
77
"devDependencies": {
0 commit comments