Skip to content

Commit

Permalink
fix: 🐛 Build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanObrink committed Dec 21, 2020
1 parent d76e788 commit e934950
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"scripts": {
"lint": "eslint 'lib/**/*.{js,ts}' --quiet --fix",
"test": "jest",
"build": "tsc"
"build": "tsc",
"prepare": "yarn build",
"publish-package": "npm publish --access public"
},
"devDependencies": {
"@types/jest": "^26.0.19",
Expand Down

0 comments on commit e934950

Please sign in to comment.