We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc5107 commit 60d9ab0Copy full SHA for 60d9ab0
.gitignore
@@ -7,3 +7,4 @@
7
.idea
8
*.iml
9
/lib/codemirror.js
10
+codemirror.min.js
package.json
@@ -8,7 +8,7 @@
"lib": "./lib"
},
"scripts": {
11
- "build": "rollup -c",
+ "build": "rollup -c && ./release.sh",
12
"watch": "rollup -w -c",
13
"prepublish": "npm run-script build",
14
"test": "node ./test/run.js",
0 commit comments