Skip to content

Commit a8686fd

Browse files
fix: bundle before publishing (#113)
1 parent 92f3740 commit a8686fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"build": "NODE_ENV=production webpack",
6262
"lint": "eslint lib --max-warnings 0 && prettier lib --check",
6363
"test": "jest",
64-
"prepublishOnly": "tsc"
64+
"prepublishOnly": "npm run build"
6565
},
6666
"repository": "git@github.com:freeCodeCamp/curriculum-helpers.git",
6767
"jest": {

0 commit comments

Comments
 (0)