mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
fix deploy out
This commit is contained in:
parent
666cbf6568
commit
f34301b427
@ -11,7 +11,7 @@
|
||||
"osc": "cd packages/osc && npm run server",
|
||||
"build": "cd repl && npm run build && cd ../tutorial && npm run build",
|
||||
"preview": "npx serve ./out",
|
||||
"deploy": "gh-pages -d dist",
|
||||
"deploy": "gh-pages -d out",
|
||||
"jsdoc": "jsdoc packages/ -c jsdoc.config.json",
|
||||
"jsdoc-json": "jsdoc packages/ --template ./node_modules/jsdoc-json --destination doc.json -c jsdoc.config.json"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user