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 5aa734c commit 7e4ea41Copy full SHA for 7e4ea41
package.json
@@ -69,7 +69,7 @@
69
"prebuild": "npm run build:lib",
70
"postbuild": "npm run generate:jsonSchema",
71
"build:demo": "vite build --mode demo",
72
- "postbuild:demo": "node tools/copy-assets.mjs",
+ "postbuild:demo": "node --no-warnings tools/copy-assets.mjs",
73
"build:demo:watch": "vite build --mode demo --watch",
74
"build:icons": "node ./tools/generate-sprite",
75
"lint": "eslint ./src --ext .js || true",
0 commit comments