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 3847944 commit ff699e3Copy full SHA for ff699e3
package.json
@@ -12,7 +12,7 @@
12
"doc": "lerna run doc",
13
"test": "npx nx run-many -t test --all --parallel=false",
14
"graph": "npx nx graph",
15
- "start": "lerna run start",
+ "start": "npx rimraf packages/distribution/node_modules/.cache/snowpack/build/[email protected] && lerna run start",
16
"serve": "nx run @openscd/distribution:serve"
17
},
18
"repository": {
0 commit comments