fix: 🐛 Build before publish

This commit is contained in:
Johan Öbrink 2020-12-21 09:57:03 +01:00
parent d76e788b80
commit e934950470
1 changed files with 3 additions and 1 deletions

View File

@ -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",