Skip to content

Commit 60d9ab0

Browse files
committed
Bind release script to npm build script and add output to gitignore
1 parent bdc5107 commit 60d9ab0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
.idea
88
*.iml
99
/lib/codemirror.js
10+
codemirror.min.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib": "./lib"
99
},
1010
"scripts": {
11-
"build": "rollup -c",
11+
"build": "rollup -c && ./release.sh",
1212
"watch": "rollup -w -c",
1313
"prepublish": "npm run-script build",
1414
"test": "node ./test/run.js",

0 commit comments

Comments
 (0)