Skip to content

Commit 56328f6

Browse files
committed
chore: Comment start script
1 parent c4a3376 commit 56328f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compas-open-scd/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"build:test": "npm run test && npm run build && cp .nojekyll build/",
7272
"build": "npm run doc && npm run build:only && cp .nojekyll build/",
7373
"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",
7475
"start": "npx rimraf node_modules/.cache/snowpack/build/[email protected] && snowpack dev"
7576
},
7677
"devDependencies": {

0 commit comments

Comments
 (0)