Skip to content

Commit

Permalink
reorganize commands
Browse files Browse the repository at this point in the history
  • Loading branch information
techpixel committed Apr 25, 2024
1 parent cfb2249 commit 7d7b09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -5,8 +5,8 @@
"exports": "./src/index.js",
"scripts": {
"build": "tsc",
"start": "node ./build/entry.js",
"app": "npm run build && npm run start"
"entry": "node ./build/entry.js",
"start": "npm run build && npm run entry"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7d7b09f

Please sign in to comment.