Skip to content

Commit 6679e16

Browse files
committed
chore: update npm scripts
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent cc11ac6 commit 6679e16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"presetup": "echo foo-bar",
1919
"setup": "yarn",
2020
"postsetup": "yarn run setup:full",
21-
"setup:ci": "yarn --frozen-lockfile --check-files",
22-
"postsetup:ci": "yarn run setup:full",
21+
"setup:ci": "yarn setup --frozen-lockfile --check-files",
2322
"setup:full": "yarn audit && yarn run setup:locklint && yarn run bootstrap",
2423
"setup:locklint": "lockfile-lint --path yarn.lock --type yarn --validate-https",
2524
"test": "jest",

0 commit comments

Comments
 (0)