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 daab50d commit b421d02Copy full SHA for b421d02
package.json
@@ -5,7 +5,7 @@
5
"main": "server.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "start": "nodemon -e adoc --exec \"npm run build && npm run serve\"",
+ "start": "npm update && nodemon -e adoc --exec \"npm run build && npm run serve\"",
9
"serve": "node server.js",
10
"adoc-gen": "node scripts/adoc-gen.js",
11
"build": "antora preview.yml --stacktrace --log-format=pretty",
0 commit comments