Skip to content

Commit

Permalink
Add pubish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Hervieu committed Apr 28, 2019
1 parent 7e3a1c7 commit b7eb9ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"e2e:ci": "start-server-and-test dev http://localhost:5000 cy:ci",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:ci": "cypress run --record"
"cy:ci": "cypress run --record",
"npm:publish": "np"
},
"devDependencies": {
"@babel/core": "^7.3.4",
Expand Down

0 comments on commit b7eb9ab

Please sign in to comment.