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.
postinstall
1 parent 808ad29 commit f34d9b6Copy full SHA for f34d9b6
package.json
@@ -26,7 +26,8 @@
26
"coverage": "nyc mocha --require intelli-espower-loader --exit --recursive ./test",
27
"coverage:ci": "nyc mocha --no-color -R dot --require intelli-espower-loader --exit --recursive ./test",
28
"test": "npm run-script lint && npm run-script jsonlint && npm run-script coverage",
29
- "test:ci": "npm run-script lint && npm run-script jsonlint && npm run-script coverage:ci"
+ "test:ci": "npm run-script lint && npm run-script jsonlint && npm run-script coverage:ci",
30
+ "postinstall": "bin/heroku"
31
},
32
"dependencies": {
33
"@hackmd/codemirror": "~5.46.2",
0 commit comments