Skip to content

Commit

Permalink
feat: Add prepare script
Browse files Browse the repository at this point in the history
Resolved #25
  • Loading branch information
joachimvh committed Jul 17, 2020
1 parent ccd3f17 commit a4dc001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build": "tsc",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"lint": "eslint . --ext .ts",
"prepare": "npm run build",
"start": "node ./bin/server.js -p 3000",
"test": "jest",
"watch": "nodemon --watch \"src/**/*.js\" --watch \"bin/**/*.js\" --exec npm start"
Expand Down

0 comments on commit a4dc001

Please sign in to comment.