Skip to content

Commit cbb6714

Browse files
committed
No need for prepublishOnly step with the current CircleCI config
1 parent 9a49a33 commit cbb6714

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"jest": "jest --no-cache --maxWorkers=4 --config config/jest/default.js",
2727
"lint": "npm run lint:js",
2828
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
29-
"prepublishOnly": "npm run build",
3029
"test": "npm run lint && npm run jest"
3130
},
3231
"version": "0.0.1",

0 commit comments

Comments
 (0)