Skip to content

Commit

Permalink
chore: update npm scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
  • Loading branch information
tunnckoCore committed Mar 6, 2020
1 parent cc11ac6 commit 6679e16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -18,8 +18,7 @@
"presetup": "echo foo-bar",
"setup": "yarn",
"postsetup": "yarn run setup:full",
"setup:ci": "yarn --frozen-lockfile --check-files",
"postsetup:ci": "yarn run setup:full",
"setup:ci": "yarn setup --frozen-lockfile --check-files",
"setup:full": "yarn audit && yarn run setup:locklint && yarn run bootstrap",
"setup:locklint": "lockfile-lint --path yarn.lock --type yarn --validate-https",
"test": "jest",
Expand Down

0 comments on commit 6679e16

Please sign in to comment.