Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
colevandersWands committed May 3, 2024
2 parents 3451de6 + 58873ae commit ba24c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"bundle:css": "esbuild --bundle public/styles.css --outfile=public/bundle/min.css --minify",
"bundle": "npm run bundle:js & npm run bundle:css",
"publish": "npm run gather & npm run bundle",
"host:dev": "yarn run build & nodemon ./api.js",
"host": "yarn run build & node ./api.js"
"host:dev": "npm run build & nodemon ./api.js",
"host": "npm run build & node ./api.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ba24c0e

Please sign in to comment.