Skip to content

Commit

Permalink
build: add prepublish only command
Browse files Browse the repository at this point in the history
  • Loading branch information
simllll committed Oct 11, 2020
1 parent cb63f59 commit 4297be3
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
@@ -1,6 +1,6 @@
{
"name": "@hokify/agenda",
"version": "4.0.0",
"version": "4.0.1",
"description": "Light weight job scheduler for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,6 +11,7 @@
"node": ">=10.0.0"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"test": "npm run lint && npm run mocha",
"lint": "eslint",
Expand Down

0 comments on commit 4297be3

Please sign in to comment.