Skip to content

Commit 897d774

Browse files
authored
Run build before publish (brianc#2409)
1 parent ec1dcab commit 897d774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"build": "tsc --build",
1515
"build:watch": "tsc --build --watch",
1616
"pretest": "yarn build",
17+
"prepublish": "yarn build",
1718
"lint": "eslint '*/**/*.{js,ts,tsx}'"
1819
},
1920
"devDependencies": {

0 commit comments

Comments
 (0)