File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 "module" : " dist/vuetify-inline-fields.es.js" ,
1111 "types" : " dist/plugin/types/index.d.ts" ,
1212 "scripts" : {
13- "dev" : " vite" ,
13+ "dev" : " NODE_OPTIONS='--no-warnings' vite" ,
1414 "watch" : " pnpm dev" ,
15- "play" : " sh src/playground/configs/build.sh && NODE_ENV=playground vite " ,
15+ "play" : " sh src/playground/configs/build.sh && NODE_ENV=playground pnpm dev " ,
1616 "build" : " vue-tsc && npm run test:build && vite build --config vite.build.config.mts" ,
1717 "build:docs" : " vite build" ,
1818 "predeploy" : " npm run build" ,
1919 "deploy" : " gh-pages -d docs" ,
2020 "prepublishOnly" : " npm run build" ,
2121 "lint" : " eslint src/**/*.{ts,vue} --max-warnings 20" ,
2222 "prepare" : " husky install" ,
23- "test:dev" : " vitest" ,
23+ "test:dev" : " NODE_OPTIONS='--no-warnings' vitest" ,
2424 "test:all" : " vitest --run" ,
2525 "test:build" : " vitest --run --bail 1"
2626 },
You can’t perform that action at this time.
0 commit comments