Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Oct 2, 2022
1 parent 3b4293a commit 988b612
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"build": "lerna exec npm run build",
"build:types": "npm run build -w @craco/types",
"build:craco": "npm run build -w @craco/craco",
"publish": "lerna publish --force-publish",
"publish:alpha": "lerna publish --dist-tag alpha",
"publish": "lerna publish --force-publish --no-private",
"publish:alpha": "lerna publish --dist-tag alpha --no-private",
"pack": "lerna exec npm pack",
"refresh": "npm run build && npm run bootstrap",
"refresh:types": "npm run build:types && npm run bootstrap"
Expand Down
3 changes: 2 additions & 1 deletion packages/craco-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "3b4293aa147404162ba02145fd7e105a39af9254"
}
3 changes: 2 additions & 1 deletion packages/craco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"lodash": "^4.17.21",
"semver": "^7.3.7",
"webpack-merge": "^5.8.0"
}
},
"gitHead": "3b4293aa147404162ba02145fd7e105a39af9254"
}

0 comments on commit 988b612

Please sign in to comment.