Skip to content

Commit

Permalink
Adding npm install to the prepublish task
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzkiq committed May 6, 2018
1 parent 245ad4d commit a2737c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeflask",
"version": "1.0.3",
"version": "1.0.4",
"description": "A micro code-editor for awesome web pages",
"main": "build/codeflask.min.js",
"files": [
Expand All @@ -14,7 +14,7 @@
"start": "serve public",
"pretest": "npm run build && node test/script-load.js",
"test": "wdio test/wdio.conf.js",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm install && npm run build"
},
"dependencies": {
"prismjs": "^1.14.0"
Expand Down

0 comments on commit a2737c0

Please sign in to comment.