Skip to content

Commit ff699e3

Browse files
salvar3ngaSergio Alvarenga
andauthored
fix: modify start script to clear snowpack cache (openscd#1654)
* fix: modify start script to clear snowpack cache --------- Co-authored-by: Sergio Alvarenga <[email protected]>
1 parent 3847944 commit ff699e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"doc": "lerna run doc",
1313
"test": "npx nx run-many -t test --all --parallel=false",
1414
"graph": "npx nx graph",
15-
"start": "lerna run start",
15+
"start": "npx rimraf packages/distribution/node_modules/.cache/snowpack/build/[email protected] && lerna run start",
1616
"serve": "nx run @openscd/distribution:serve"
1717
},
1818
"repository": {

0 commit comments

Comments
 (0)