Skip to content

Commit

Permalink
fix: add prepbulish script
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Aug 12, 2019
1 parent e233cb8 commit a331156
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 @@ -56,6 +56,7 @@
"ci:test": "npm run test -- --coverage",
"format": "prettier \"**/*.{json,md,js,ts}\" --write",
"lint": "tsc --noEmit && tslint -t codeFrame -c tslint.json '{src,test}/**/*.ts'",
"prepublishOnly": "npm run build",
"release": "standard-version",
"test": "jest"
},
Expand Down

0 comments on commit a331156

Please sign in to comment.