Skip to content

Commit

Permalink
Restore check command
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Jan 9, 2024
1 parent a00d417 commit 7ea4d2b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"changeset": "changeset",
"start": "concurrently --raw \"pnpm:build:lib:esm --watch\" \"webpack serve --config ./config/webpack/demo/webpack.config.dev.js --static demo/js --entry ./demo/js/app\"",
"start:ts": "concurrently --raw \"pnpm:build:typescript --watch\" \"webpack serve --config ./config/webpack/demo/webpack.config.dev.js --static demo/ts --entry ./demo/ts/app\"",
"check": "wireit",
"check:debug": "cross-env WIREIT_PARALLEL=1 pnpm check",
"clean:build": "rimraf coverage \"packages/*/{dist,es,lib}\"",
"clean:cache": "wireit",
Expand Down Expand Up @@ -173,6 +174,14 @@
"clean:cache:modules"
]
},
"check": {
"dependencies": [
"format",
"lint",
"jest",
"types:check"
]
},
"build": {
"dependencies": [
"./packages/victory-native:build",
Expand Down

0 comments on commit 7ea4d2b

Please sign in to comment.