We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8125c commit 9e3239fCopy full SHA for 9e3239f
packages/react-nipple/package.json
@@ -7,7 +7,8 @@
7
"babel": "babel src --out-dir lib --copy-files",
8
"eslint": "eslint src",
9
"esdoc": "esdoc",
10
- "clean": "rm -rf lib/*"
+ "clean": "rm -rf lib/*",
11
+ "prepublishOnly": "yarn eslint && yarn clean && yarn babel"
12
},
13
"peerDependencies": {
14
"react": "^16.4.1",
0 commit comments