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": { "scripts": {
"lint": "eslint 'lib/**/*.{js,ts}' --quiet --fix", "lint": "eslint 'lib/**/*.{js,ts}' --quiet --fix",
"test": "jest", "test": "jest",
"build": "tsc" "build": "tsc",
"prepare": "yarn build",
"publish-package": "npm publish --access public"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.19", "@types/jest": "^26.0.19",