mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-11-01 00:18:43 +01:00 
			
		
		
		
	chore: remove not needed --experimental-strip-types
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
|   "scripts": { | ||||
|     "build": "storybook build", | ||||
|     "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:dev": "start-server-and-test \"dev\" http://localhost:6006 \"test:storybook\"", | ||||
|     "test:storybook": "test-storybook --testTimeout=60000 --maxWorkers=2", | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
|   "scripts": { | ||||
|     "lint:eslint": "eslint src --max-warnings 0", | ||||
|     "lint:typescript": "tsc --noEmit", | ||||
|     "test": "node --experimental-strip-types --test" | ||||
|     "test": "node --test" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@repo/config-eslint": "workspace:*", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user