Skip to content

Commit

Permalink
fix: prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Chaptsev committed Aug 3, 2018
1 parent b87ca62 commit 698963f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"commit": "git-cz",
"dev": "node ./config/scripts/dev.js",
"build": "node ./config/scripts/build.js",
"prepublish": "node ./config/scripts/build.js",
"prepublishOnly": "node ./config/scripts/build.js",
"test": "jest --coverage",
"test:watch": "jest --watch",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit 698963f

Please sign in to comment.