tangled
alpha
login
or
join now
danielmorrisey.com
/
plcbundle-watch
forked from
tree.fail/plcbundle-watch
0
fork
atom
this repo has no description
plcbundle-watch.pages.dev
0
fork
atom
overview
issues
pulls
pipelines
update
tree.fail
4 months ago
bdc8bed9
d270492c
+1
-1
1 changed file
expand all
collapse all
unified
split
package.json
+1
-1
package.json
···
8
8
"build": "vite build",
9
9
"preview": "vite preview",
10
10
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
11
11
-
"deploy": "bunx wrangler pages deploy --branch main --project-name plcbundle-watch ./dist"
11
11
+
"deploy": "bun run build && bunx wrangler pages deploy --branch main --project-name plcbundle-watch ./dist"
12
12
},
13
13
"devDependencies": {
14
14
"@skeletonlabs/skeleton": "^4.2.2",