Skip to content

Commit 245f445

Browse files
committed
chore(repo): cleanup npm scripts
1 parent 4e8b7c4 commit 245f445

File tree

4 files changed

+411
-54
lines changed

4 files changed

+411
-54
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
engine-strict=true
2-
auto-install-peers = true
2+
auto-install-peers=true

apps/docs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"build": "storybook build",
7+
"build": "storybook build -o build",
88
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
99
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1010
"clean": "rm -rf node_modules .svelte-kit .turbo build",
1111
"dev": "storybook dev -p 5174 --no-open",
1212
"lint": "eslint . --max-warnings 0",
1313
"prepare": "svelte-kit sync",
14-
"preview": "vite preview --port 4174",
14+
"preview": "http-server build --port 4174",
1515
"test": "vitest run",
1616
"test:ci": "vitest",
1717
"test:unit:ui": "vitest --ui"
@@ -49,6 +49,7 @@
4949
"@vitest/ui": "^3.1.2",
5050
"eslint": "^9.25.1",
5151
"eslint-plugin-storybook": "^0.12.0",
52+
"http-server": "^14.1.1",
5253
"jsdom": "^26.1.0",
5354
"storybook": "^8.6.12",
5455
"svelte": "^5.28.2",

apps/docs/turbo.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
{
22
"extends": ["//"],
3-
"tasks": {
4-
"dev:cms": {
5-
"cache": false,
6-
"persistent": true
7-
},
8-
"emulators:auth": {
9-
"cache": false,
10-
"persistent": true
11-
}
12-
}
3+
"tasks": {}
134
}

0 commit comments

Comments
 (0)