1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +03:00

don't run prepare in prepublishOnly

This commit is contained in:
Shawn Allen 2018-11-09 09:58:22 -08:00
parent bb8b015926
commit 6c39c22e66

View File

@ -8,7 +8,7 @@
"lint": "eslint .",
"pretest": "npm run lint && npm run prepare",
"test": "node test/index.js",
"prepublishOnly": "npm run prepare && ../../script/notify pending",
"prepublishOnly": "../../script/notify pending",
"publish": "../../script/notify success"
},
"keywords": [