chore: fix npm scripts (#9646)

This commit is contained in:
jrandolf
2023-02-10 09:57:17 -08:00
committed by GitHub
parent 54885be1de
commit 558a8e2999
10 changed files with 318 additions and 57 deletions

View File

@@ -11,7 +11,7 @@
"build:docs": "npm run build:docs --workspace puppeteer --if-present",
"check:pinned-deps": "tsx tools/ensure-pinned-deps",
"check": "npm run check --workspaces --if-present && run-p check:*",
"clean": "npm run clean --workspaces --if-present && rimraf **/.wireit",
"clean": "rimraf **/.wireit && npm run clean --workspaces --if-present",
"commitlint": "commitlint --from=HEAD~1",
"debug": "mocha --inspect-brk",
"docs": "run-s build:docs generate:markdown",
@@ -96,6 +96,7 @@
"prettier": "2.8.1",
"puppeteer": "file:packages/puppeteer",
"rollup": "3.12.1",
"rollup-plugin-copy": "3.4.0",
"semver": "7.3.8",
"sinon": "15.0.1",
"source-map-support": "0.5.21",