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 baf4fde commit 1b4e9e7Copy full SHA for 1b4e9e7
package.json
@@ -19,7 +19,7 @@
19
"update": "ts-node ./tools/update.ts && npm run eslint-fix && npm run test:nyc",
20
"new": "ts-node ./tools/new-rule.ts",
21
"docs:watch": "vuepress dev --debug docs",
22
- "docs:build": "npm run build && vuepress build docs",
+ "docs:build": "npm run build && vuepress build docs --no-cache",
23
"docs-deploysetup": "npm run docs:build && npm run docs-deploysetup:clean && npm run docs-deploysetup:copy",
24
"docs-deploysetup:clean": "rimraf assets",
25
"docs-deploysetup:copy": "cpx \"docs/\\.vuepress/dist/**\" . -u",
0 commit comments