Compare commits

...

1 Commits

Author SHA1 Message Date
Felix Roos 2e8a1b67ea hotfix: fix prebuild 2022-11-13 20:53:28 +01:00
+3 -1
View File
@@ -3,7 +3,9 @@
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"predev": "cd ${PWD}/../tutorial/ && npm run render", "render-jsdoc": "cd ${PWD}/../tutorial/ && npm run render",
"predev": "npm run render-jsdoc",
"prebuild": "npm run render-jsdoc",
"dev": "vite --host", "dev": "vite --host",
"start": "vite", "start": "vite",
"build": "vite build", "build": "vite build",