Skip to content

Commit

Permalink
Add commands to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Apr 19, 2024
1 parent 81f28f1 commit 72ae7c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
Expand Down

0 comments on commit 72ae7c6

Please sign in to comment.