This repository was archived by the owner on Feb 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +16
-21
lines changed
Expand file tree Collapse file tree 7 files changed +16
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,10 +23,12 @@ jobs:
2323 run : yarn install
2424
2525 # Create Release Pull Request
26- - name : 📤 Create Pull Request
26+ - name : 📤 Create Release Pull Request or Publish to NPM
2727 uses : changesets/action@master
2828 with :
2929 publish : yarn release
30+ commit : Version Release
31+ title : Next Release
3032 env :
3133 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3234 NPM_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 3030
3131 # Build Packages for Testing
3232 - name : 🔨 Build Packages
33- run : yarn run build
33+ run : yarn run build:test
Original file line number Diff line number Diff line change 77 "syncDir" : " dist" ,
88 "scripts" : {
99 "build" : " lerna run build" ,
10+ "build:test" : " lerna run build:test" ,
1011 "watch" : " lerna run watch" ,
1112 "test" : " jest" ,
12- "release" : " lerna run build && changeset publish" ,
13- "new-version" : " lerna version --conventional-commits --no-git-tag-version --yes " ,
13+ "release" : " lerna run prepublish && changeset publish" ,
14+ "new-version" : " changeset version" ,
1415 "dev-publish" : " lerna run build && lerna run dev-publish" ,
1516 "dev-push" : " lerna run build && lerna run dev-push" ,
1617 "package-install" : " lerna exec npm install"
Original file line number Diff line number Diff line change 1212 "build" : " tsc" ,
1313 "dev-publish" : " yalc publish" ,
1414 "dev-push" : " yalc push" ,
15- "watch" : " tsc-watch --onSuccess \" npm run dev-push\" "
15+ "watch" : " tsc-watch --onSuccess \" npm run dev-push\" " ,
16+ "build:test" : " yarn build --target test" ,
17+ "prepublish" : " yarn build --target publish"
1618 },
1719 "publishConfig" : {
1820 "access" : " public"
Original file line number Diff line number Diff line change 1212 "build" : " tsc" ,
1313 "dev-publish" : " yalc publish" ,
1414 "dev-push" : " yalc push" ,
15- "watch" : " tsc-watch --onSuccess \" npm run dev-push\" "
15+ "watch" : " tsc-watch --onSuccess \" npm run dev-push\" " ,
16+ "build:test" : " yarn build --target test" ,
17+ "prepublish" : " yarn build --target publish"
1618 },
1719 "publishConfig" : {
1820 "access" : " public"
Original file line number Diff line number Diff line change 1212 "build" : " tsc" ,
1313 "dev-publish" : " yalc publish" ,
1414 "dev-push" : " yalc push" ,
15- "watch" : " tsc-watch --onSuccess \" npm run dev-push\" "
15+ "watch" : " tsc-watch --onSuccess \" npm run dev-push\" " ,
16+ "build:test" : " yarn build --target test" ,
17+ "prepublish" : " yarn build --target publish"
1618 },
1719 "publishConfig" : {
1820 "access" : " public"
You can’t perform that action at this time.
0 commit comments