mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
clear out before build
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"setup": "npm i && npm run bootstrap && cd repl && npm i",
|
||||
"repl": "cd repl && npm run dev",
|
||||
"osc": "cd packages/osc && npm run server",
|
||||
"build": "cd repl && npm run build && cd ../tutorial && npm run build",
|
||||
"build": "rm -rf out && cd repl && npm run build && cd ../tutorial && npm run build",
|
||||
"preview": "npx serve ./out",
|
||||
"deploy": "gh-pages -d out",
|
||||
"jsdoc": "jsdoc packages/ -c jsdoc.config.json",
|
||||
|
||||
Reference in New Issue
Block a user