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 9c0f94c commit 64fc042Copy full SHA for 64fc042
package.json
@@ -29,7 +29,8 @@
29
"scripts": {
30
"build": "rollup --config",
31
"test": "mocha spec/*.spec.js",
32
- "lint": "standard src/index.js spec"
+ "lint": "standard src/index.js spec",
33
+ "prepublishOnly": "npm run build"
34
},
35
"homepage": "http://github.com/mogztter/asciidoctor-opal-node-runtime",
36
"bugs": "https://github.com/mogztter/asciidoctor-opal-node-runtime/issues",
0 commit comments