Skip to content

Commit c4a3376

Browse files
committed
fix: Fix local build by deleting snowpack cache for lit
1 parent e3be318 commit c4a3376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compas-open-scd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +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-
"start": "snowpack dev"
74+
"start": "npx rimraf node_modules/.cache/snowpack/build/[email protected] && snowpack dev"
7575
},
7676
"devDependencies": {
7777
"@commitlint/cli": "^13.1.0",

0 commit comments

Comments
 (0)