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 812f8eb commit 5a132eaCopy full SHA for 5a132ea
buildchain/package.json
@@ -130,7 +130,7 @@
130
"check-types": "tsc",
131
"debug": "nodemon -L",
132
"dev": "nodemon -L",
133
- "docs": "cd ../docs && rm -f package-lock.json && npm install && npm run docs:build",
+ "docs": "cd ../docs && rm -f package-lock.json && npm install && npm update && npm run docs:build",
134
"lint": "tsc --noEmit && eslint '../../src/**/*.{js,ts,vue}' --fix"
135
},
136
"version": "1.0.0"
0 commit comments