Skip to content

Commit 5a132ea

Browse files
author
Andrew Welch
committed
Update on docs build
1 parent 812f8eb commit 5a132ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"check-types": "tsc",
131131
"debug": "nodemon -L",
132132
"dev": "nodemon -L",
133-
"docs": "cd ../docs && rm -f package-lock.json && npm install && npm run docs:build",
133+
"docs": "cd ../docs && rm -f package-lock.json && npm install && npm update && npm run docs:build",
134134
"lint": "tsc --noEmit && eslint '../../src/**/*.{js,ts,vue}' --fix"
135135
},
136136
"version": "1.0.0"

0 commit comments

Comments
 (0)