Skip to content

Commit

Permalink
add run script
Browse files Browse the repository at this point in the history
  • Loading branch information
codespool committed May 30, 2023
1 parent 268f41f commit 8954e74
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 @@ -122,7 +122,8 @@
"build": "yarn build:clean && yarn build:ts && yarn build:templates",
"dev:ts": "tsc --watch",
"dev:templates": "nodemon --watch ./src/templates --ext '*' --exec yarn build:templates",
"dev": "yarn dev:ts & yarn dev:templates"
"dev": "yarn dev:ts & yarn dev:templates",
"dev:run": "./bin/run.js"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 8954e74

Please sign in to comment.