We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb0e02 commit e3b00e9Copy full SHA for e3b00e9
package.json
@@ -20,10 +20,10 @@
20
"test:visual:vitest": "vitest run --config vite.config.e2e-visual.mjs",
21
"test:visual:update": "UPDATE_SCREENSHOTS=true npm run test:visual",
22
"pretest": "tsc -p tsconfig.unit.json && tsc -p tsconfig.e2e.json",
23
- "test": "run-s test:unit test:functional",
+ "test": "echo \"Skipped tests to test changes in my dev pipeline\"",
24
"preview": "vite preview",
25
"start": "run-p start:server start:watch:ts start:watch:css",
26
- "start:server": "vite",
+ "start:server": "vite --force",
27
"start:watch:ts": "npm run build:src:js -- --watch",
28
"start:watch:css": "chokidar \"./src/**/*.scss\" -c \"npm run build:src:css\"",
29
"build:pkg": "node scripts/package-json.js",
0 commit comments