Skip to content

Commit a2737c0

Browse files
committed
Adding npm install to the prepublish task
1 parent 245ad4d commit a2737c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeflask",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A micro code-editor for awesome web pages",
55
"main": "build/codeflask.min.js",
66
"files": [
@@ -14,7 +14,7 @@
1414
"start": "serve public",
1515
"pretest": "npm run build && node test/script-load.js",
1616
"test": "wdio test/wdio.conf.js",
17-
"prepublishOnly": "npm run build"
17+
"prepublishOnly": "npm install && npm run build"
1818
},
1919
"dependencies": {
2020
"prismjs": "^1.14.0"

0 commit comments

Comments
 (0)