Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
machineuser
commited on
Commit
·
9d5613d
1
Parent(s):
a6469b7
Sync widgets demo
Browse files
packages/widgets/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"build": "vite build --mode app && vite build --mode lib && vite build --mode lib --ssr && npm run package",
|
11 |
"preview": "vite preview --mode app",
|
12 |
"package": "publint",
|
13 |
-
"prepublishOnly": "npm run
|
14 |
"check": "svelte-check --tsconfig ./tsconfig.json src,static",
|
15 |
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch src,static",
|
16 |
"lint": "eslint --quiet --fix --ext .cjs,.ts .",
|
|
|
10 |
"build": "vite build --mode app && vite build --mode lib && vite build --mode lib --ssr && npm run package",
|
11 |
"preview": "vite preview --mode app",
|
12 |
"package": "publint",
|
13 |
+
"prepublishOnly": "npm run build",
|
14 |
"check": "svelte-check --tsconfig ./tsconfig.json src,static",
|
15 |
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch src,static",
|
16 |
"lint": "eslint --quiet --fix --ext .cjs,.ts .",
|