Skip to content

Commit 48f14af

Browse files
author
Augustin Le Fèvre
committed
Add hook to build before publishing
1 parent 70a680f commit 48f14af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"test:ci": "jest --coverage && codecov",
1414
"lint": "eslint ./src",
1515
"precommit": "lint-staged",
16+
"prepublish": "npm run build",
1617
"format": "prettier --trailing-comma all --single-quote --tab-width 4 --print-width 100 --write 'src/**/*.js'"
1718
},
1819
"repository": {

0 commit comments

Comments
 (0)