Skip to content

Commit 1b4e9e7

Browse files
committed
update
1 parent baf4fde commit 1b4e9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"update": "ts-node ./tools/update.ts && npm run eslint-fix && npm run test:nyc",
2020
"new": "ts-node ./tools/new-rule.ts",
2121
"docs:watch": "vuepress dev --debug docs",
22-
"docs:build": "npm run build && vuepress build docs",
22+
"docs:build": "npm run build && vuepress build docs --no-cache",
2323
"docs-deploysetup": "npm run docs:build && npm run docs-deploysetup:clean && npm run docs-deploysetup:copy",
2424
"docs-deploysetup:clean": "rimraf assets",
2525
"docs-deploysetup:copy": "cpx \"docs/\\.vuepress/dist/**\" . -u",

0 commit comments

Comments
 (0)