Skip to content

Commit 245ad4d

Browse files
committedMay 6, 2018
Adding prepublishOnly to force build before publishing new version
1 parent aa0b369 commit 245ad4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeflask",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A micro code-editor for awesome web pages",
55
"main": "build/codeflask.min.js",
66
"files": [
@@ -13,7 +13,8 @@
1313
"dev": "serve build & rollup -c -w",
1414
"start": "serve public",
1515
"pretest": "npm run build && node test/script-load.js",
16-
"test": "wdio test/wdio.conf.js"
16+
"test": "wdio test/wdio.conf.js",
17+
"prepublishOnly": "npm run build"
1718
},
1819
"dependencies": {
1920
"prismjs": "^1.14.0"

0 commit comments

Comments
 (0)
Please sign in to comment.