mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
Removing extra formatting step from test-bundles
This commit is contained in:
@@ -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}'"
|
||||
|
||||
Reference in New Issue
Block a user