Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

Commit e0b78a5

Browse files
committed
Fixed bug that was not allowing project to build before publishing
1 parent c8b845d commit e0b78a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"build": "tsc",
99
"test": "jest",
10-
"coverage": "jest --coverage"
10+
"coverage": "jest --coverage",
11+
"prepublish": "npm run build"
1112
},
1213
"keywords": [
1314
"typescript",
@@ -19,7 +20,6 @@
1920
],
2021
"author": "Justin Sexton",
2122
"license": "ISC",
22-
"prepublish": "tsc",
2323
"devDependencies": {
2424
"@types/jest": "^25.2.1",
2525
"@typescript-eslint/eslint-plugin": "^2.32.0",

0 commit comments

Comments
 (0)