Skip to content

Commit 7e4ea41

Browse files
committed
chore: suppress fs.glob warnings
resolves #386
1 parent 5aa734c commit 7e4ea41

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
@@ -69,7 +69,7 @@
6969
"prebuild": "npm run build:lib",
7070
"postbuild": "npm run generate:jsonSchema",
7171
"build:demo": "vite build --mode demo",
72-
"postbuild:demo": "node tools/copy-assets.mjs",
72+
"postbuild:demo": "node --no-warnings tools/copy-assets.mjs",
7373
"build:demo:watch": "vite build --mode demo --watch",
7474
"build:icons": "node ./tools/generate-sprite",
7575
"lint": "eslint ./src --ext .js || true",

0 commit comments

Comments
 (0)