Skip to content

Commit

Permalink
Add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hervieu committed Jul 24, 2018
1 parent df30c2c commit a3f459d
Show file tree
Hide file tree
Showing 2 changed files with 420 additions and 19 deletions.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -24,7 +24,8 @@
"cy:run": "cypress run",
"cy:ci": "cypress run --record",
"prepublishOnly": "yarn build",
"precommit": "lint-staged"
"precommit": "lint-staged",
"npm:publish": "np"
},
"peerDependencies": {
"react": ">=16.0.0",
Expand All @@ -49,6 +50,7 @@
"husky": "^0.14.3",
"jest": "^23.3.0",
"lint-staged": "^7.2.0",
"np": "^3.0.4",
"prettier": "^1.13.5",
"query-string": "^6.1.0",
"react": "^16.4.1",
Expand Down

0 comments on commit a3f459d

Please sign in to comment.