Skip to content

Commit

Permalink
chore(deps): use npm-run-all
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Jan 18, 2022
1 parent c7d9fe8 commit 4741dd5
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 1,113 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"browser": "gulp browser",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"docs:build": "vitepress build docs",
"docs:build:ci": "pnpm run build && pnpm run browser && pnpm run docs:build",
"docs:build:ci": "run-s build browser docs:build",
"docs:dev": "vitepress dev docs",
"docs:serve": "vitepress serve docs",
"format": "prettier --write .",
Expand Down Expand Up @@ -102,6 +102,7 @@
"lint-staged": "~9.5.0",
"lodash": "^4.6.1",
"mocha": "^8.1.1",
"npm-run-all": "~4.1.5",
"nyc": "^15.1.0",
"optimist": "0.3.5",
"picocolors": "~1.0.0",
Expand Down
Loading

0 comments on commit 4741dd5

Please sign in to comment.