We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc11ac6 commit 6679e16Copy full SHA for 6679e16
package.json
@@ -18,8 +18,7 @@
18
"presetup": "echo foo-bar",
19
"setup": "yarn",
20
"postsetup": "yarn run setup:full",
21
- "setup:ci": "yarn --frozen-lockfile --check-files",
22
- "postsetup:ci": "yarn run setup:full",
+ "setup:ci": "yarn setup --frozen-lockfile --check-files",
23
"setup:full": "yarn audit && yarn run setup:locklint && yarn run bootstrap",
24
"setup:locklint": "lockfile-lint --path yarn.lock --type yarn --validate-https",
25
"test": "jest",
0 commit comments