Removing extra formatting step from test-bundles

This commit is contained in:
Rezmason
2025-06-02 19:12:00 -07:00
parent 068e366e30
commit 53e7e42c15

View File

@@ -12,7 +12,7 @@
],
"scripts": {
"test": "http-server -c-1 --cors -o tools/test/index.html",
"test-bundles": "npm run format && npm run build && vite --config tools/dev.config.js --open /tools/test/index.html",
"test-bundles": "npm run build && vite --config tools/dev.config.js --open /tools/test/index.html",
"dev": "npm run format && vite --config tools/dev.config.js",
"build": "npm run format && rm -rf ./dist/* && vite build --config tools/vite/core.config.js && vite build --config tools/vite/full.config.js",
"format": "eslint . && prettier --write --no-error-on-unmatched-pattern 'js/**/*.{js,jsx,mjs,json}' '*.{js,jsx,mjs,json,html}' 'assets/**/*.{json,css}'"