Skip to content

Commit 0a230de

Browse files
committed
fix(release): forgot to build before publish 😱
1 parent e8125be commit 0a230de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"test": "jest || true",
2323
"test:watch": "jest --watch || true",
2424
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage || true",
25-
"prepare": "flow-typed install jest && flow-typed install --ignoreDeps dev && npm run lint:fix"
25+
"prepare": "flow-typed install jest && flow-typed install --ignoreDeps dev && npm run lint:fix",
26+
"prepublish": "npm run build"
2627
},
2728
"files": ["dist/"],
2829
"engines": {

0 commit comments

Comments
 (0)