mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-21 23:48:36 +02:00
chore: remove not needed --experimental-strip-types
This commit is contained in:
parent
a43bfb4a0d
commit
d795025860
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "storybook build",
|
"build": "storybook build",
|
||||||
"dev": "storybook dev --port 6006 --no-open",
|
"dev": "storybook dev --port 6006 --no-open",
|
||||||
"start": "node --experimental-strip-types http-server.ts --path=storybook-static --port=6006",
|
"start": "node http-server.ts --path=storybook-static --port=6006",
|
||||||
"test": "start-server-and-test \"start\" http://localhost:6006 \"test:storybook\"",
|
"test": "start-server-and-test \"start\" http://localhost:6006 \"test:storybook\"",
|
||||||
"test:dev": "start-server-and-test \"dev\" http://localhost:6006 \"test:storybook\"",
|
"test:dev": "start-server-and-test \"dev\" http://localhost:6006 \"test:storybook\"",
|
||||||
"test:storybook": "test-storybook --testTimeout=60000 --maxWorkers=2",
|
"test:storybook": "test-storybook --testTimeout=60000 --maxWorkers=2",
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"lint:eslint": "eslint src --max-warnings 0",
|
"lint:eslint": "eslint src --max-warnings 0",
|
||||||
"lint:typescript": "tsc --noEmit",
|
"lint:typescript": "tsc --noEmit",
|
||||||
"test": "node --experimental-strip-types --test"
|
"test": "node --test"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@repo/config-eslint": "workspace:*",
|
"@repo/config-eslint": "workspace:*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user