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:
parent
bb8b015926
commit
6c39c22e66
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user