Skip to content

Commit

Permalink
🪄 Add prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Mar 2, 2024
1 parent 1db1e52 commit 2c5d188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"watch-single": "tsc && npm run build-single && run-when-changed --watch 'src/**' --watch 'shaders/**' --exec 'npm run build-single'",
"clean": "rm -rf dist docs dist-single",
"docs": "typedoc --out docs --gitRevision main ./src/",
"examples": "vite --port 3000 --host 0.0.0.0 ./examples/"
"examples": "vite --port 3000 --host 0.0.0.0 ./examples/",
"prepare": "npm run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
Expand Down

0 comments on commit 2c5d188

Please sign in to comment.