Skip to content

Commit e3b00e9

Browse files
author
Johannes Weber
committed
chore: Disable tests in my dev branch to test changes in my pipeline
1 parent 2eb0e02 commit e3b00e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"test:visual:vitest": "vitest run --config vite.config.e2e-visual.mjs",
2121
"test:visual:update": "UPDATE_SCREENSHOTS=true npm run test:visual",
2222
"pretest": "tsc -p tsconfig.unit.json && tsc -p tsconfig.e2e.json",
23-
"test": "run-s test:unit test:functional",
23+
"test": "echo \"Skipped tests to test changes in my dev pipeline\"",
2424
"preview": "vite preview",
2525
"start": "run-p start:server start:watch:ts start:watch:css",
26-
"start:server": "vite",
26+
"start:server": "vite --force",
2727
"start:watch:ts": "npm run build:src:js -- --watch",
2828
"start:watch:css": "chokidar \"./src/**/*.scss\" -c \"npm run build:src:css\"",
2929
"build:pkg": "node scripts/package-json.js",

0 commit comments

Comments
 (0)