File tree Expand file tree Collapse file tree 8 files changed +134
-135
lines changed
packages/create-next-app-with-gluestack-ui Expand file tree Collapse file tree 8 files changed +134
-135
lines changed Original file line number Diff line number Diff line change 2020 - name : Use Node.js v18.x
2121 uses : actions/setup-node@v3
2222 with :
23- node-version : " 18.x"
23+ node-version : ' 18.x'
2424 - name : Install dependencies (prevent updates to lock file)
2525 working-directory : ${{ env.working-directory }}
2626 run : yarn
@@ -30,21 +30,21 @@ jobs:
3030 - name : Testing
3131 working-directory : ${{ env.working-directory }}
3232 run : yarn test
33- - name : Notify Success
34- if : success()
35- env :
36- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
37- uses : voxmedia/github-action-slack-notify-build@v1
38- with :
39- channel_id : C05HK6WEE56
40- status : SUCCESS by @${{ github.actor}}
41- color : good
42- - name : Notify Failure
43- if : failure()
44- env :
45- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
46- uses : voxmedia/github-action-slack-notify-build@v1
47- with :
48- channel_id : C05HK6WEE56
49- status : FAILED by @${{ github.actor}}
50- color : danger
33+ # - name: Notify Success
34+ # if: success()
35+ # env:
36+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
37+ # uses: voxmedia/github-action-slack-notify-build@v1
38+ # with:
39+ # channel_id: C05HK6WEE56
40+ # status: SUCCESS by @${{ github.actor}}
41+ # color: good
42+ # - name: Notify Failure
43+ # if: failure()
44+ # env:
45+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
46+ # uses: voxmedia/github-action-slack-notify-build@v1
47+ # with:
48+ # channel_id: C05HK6WEE56
49+ # status: FAILED by @${{ github.actor}}
50+ # color: danger
Original file line number Diff line number Diff line change 2020 - name : Use Node.js v18.x
2121 uses : actions/setup-node@v3
2222 with :
23- node-version : " 18.x"
23+ node-version : ' 18.x'
2424 - name : Install dependencies (prevent updates to lock file)
2525 working-directory : ${{ env.working-directory }}
2626 run : yarn
@@ -30,21 +30,21 @@ jobs:
3030 - name : Testing
3131 working-directory : ${{ env.working-directory }}
3232 run : yarn test
33- - name : Notify Success
34- if : success()
35- env :
36- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
37- uses : voxmedia/github-action-slack-notify-build@v1
38- with :
39- channel_id : C05HK6WEE56
40- status : SUCCESS by @${{ github.actor}}
41- color : good
42- - name : Notify Failure
43- if : failure()
44- env :
45- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
46- uses : voxmedia/github-action-slack-notify-build@v1
47- with :
48- channel_id : C05HK6WEE56
49- status : FAILED by @${{ github.actor}}
50- color : danger
33+ # - name: Notify Success
34+ # if: success()
35+ # env:
36+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
37+ # uses: voxmedia/github-action-slack-notify-build@v1
38+ # with:
39+ # channel_id: C05HK6WEE56
40+ # status: SUCCESS by @${{ github.actor}}
41+ # color: good
42+ # - name: Notify Failure
43+ # if: failure()
44+ # env:
45+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
46+ # uses: voxmedia/github-action-slack-notify-build@v1
47+ # with:
48+ # channel_id: C05HK6WEE56
49+ # status: FAILED by @${{ github.actor}}
50+ # color: danger
Original file line number Diff line number Diff line change 2020 - name : Use Node.js v18.x
2121 uses : actions/setup-node@v3
2222 with :
23- node-version : " 18.x"
23+ node-version : ' 18.x'
2424 - name : Install dependencies (prevent updates to lock file)
2525 working-directory : ${{ env.working-directory }}
2626 run : yarn
@@ -30,21 +30,21 @@ jobs:
3030 - name : Testing
3131 working-directory : ${{ env.working-directory }}
3232 run : yarn test
33- - name : Notify Success
34- if : success()
35- env :
36- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
37- uses : voxmedia/github-action-slack-notify-build@v1
38- with :
39- channel_id : C05HK6WEE56
40- status : SUCCESS by @${{ github.actor}}
41- color : good
42- - name : Notify Failure
43- if : failure()
44- env :
45- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
46- uses : voxmedia/github-action-slack-notify-build@v1
47- with :
48- channel_id : C05HK6WEE56
49- status : FAILED by @${{ github.actor}}
50- color : danger
33+ # - name: Notify Success
34+ # if: success()
35+ # env:
36+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
37+ # uses: voxmedia/github-action-slack-notify-build@v1
38+ # with:
39+ # channel_id: C05HK6WEE56
40+ # status: SUCCESS by @${{ github.actor}}
41+ # color: good
42+ # - name: Notify Failure
43+ # if: failure()
44+ # env:
45+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
46+ # uses: voxmedia/github-action-slack-notify-build@v1
47+ # with:
48+ # channel_id: C05HK6WEE56
49+ # status: FAILED by @${{ github.actor}}
50+ # color: danger
Original file line number Diff line number Diff line change 2020 - name : Use Node.js v18.x
2121 uses : actions/setup-node@v3
2222 with :
23- node-version : " 18.x"
23+ node-version : ' 18.x'
2424 - name : Install dependencies (prevent updates to lock file)
2525 working-directory : ${{ env.working-directory }}
2626 run : yarn
@@ -30,21 +30,21 @@ jobs:
3030 - name : Testing
3131 working-directory : ${{ env.working-directory }}
3232 run : yarn test
33- - name : Notify Success
34- if : success()
35- env :
36- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
37- uses : voxmedia/github-action-slack-notify-build@v1
38- with :
39- channel_id : C05HK6WEE56
40- status : SUCCESS by @${{ github.actor}}
41- color : good
42- - name : Notify Failure
43- if : failure()
44- env :
45- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
46- uses : voxmedia/github-action-slack-notify-build@v1
47- with :
48- channel_id : C05HK6WEE56
49- status : FAILED by @${{ github.actor}}
50- color : danger
33+ # - name: Notify Success
34+ # if: success()
35+ # env:
36+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
37+ # uses: voxmedia/github-action-slack-notify-build@v1
38+ # with:
39+ # channel_id: C05HK6WEE56
40+ # status: SUCCESS by @${{ github.actor}}
41+ # color: good
42+ # - name: Notify Failure
43+ # if: failure()
44+ # env:
45+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
46+ # uses: voxmedia/github-action-slack-notify-build@v1
47+ # with:
48+ # channel_id: C05HK6WEE56
49+ # status: FAILED by @${{ github.actor}}
50+ # color: danger
Original file line number Diff line number Diff line change 2020 - name : Use Node.js v18.x
2121 uses : actions/setup-node@v3
2222 with :
23- node-version : " 18.x"
23+ node-version : ' 18.x'
2424 - name : Install dependencies (prevent updates to lock file)
2525 working-directory : ${{ env.working-directory }}
2626 run : yarn
@@ -30,21 +30,21 @@ jobs:
3030 - name : Testing
3131 working-directory : ${{ env.working-directory }}
3232 run : yarn test
33- - name : Notify Success
34- if : success()
35- env :
36- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
37- uses : voxmedia/github-action-slack-notify-build@v1
38- with :
39- channel_id : C05HK6WEE56
40- status : SUCCESS by @${{ github.actor}}
41- color : good
42- - name : Notify Failure
43- if : failure()
44- env :
45- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
46- uses : voxmedia/github-action-slack-notify-build@v1
47- with :
48- channel_id : C05HK6WEE56
49- status : FAILED by @${{ github.actor}}
50- color : danger
33+ # - name: Notify Success
34+ # if: success()
35+ # env:
36+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
37+ # uses: voxmedia/github-action-slack-notify-build@v1
38+ # with:
39+ # channel_id: C05HK6WEE56
40+ # status: SUCCESS by @${{ github.actor}}
41+ # color: good
42+ # - name: Notify Failure
43+ # if: failure()
44+ # env:
45+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
46+ # uses: voxmedia/github-action-slack-notify-build@v1
47+ # with:
48+ # channel_id: C05HK6WEE56
49+ # status: FAILED by @${{ github.actor}}
50+ # color: danger
Original file line number Diff line number Diff line change 2020 - name : Use Node.js v18.x
2121 uses : actions/setup-node@v3
2222 with :
23- node-version : " 18.x"
23+ node-version : ' 18.x'
2424 - name : Install dependencies (prevent updates to lock file)
2525 working-directory : ${{ env.working-directory }}
2626 run : yarn
@@ -30,21 +30,21 @@ jobs:
3030 - name : Testing
3131 working-directory : ${{ env.working-directory }}
3232 run : yarn test
33- - name : Notify Success
34- if : success()
35- env :
36- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
37- uses : voxmedia/github-action-slack-notify-build@v1
38- with :
39- channel_id : C05HK6WEE56
40- status : SUCCESS by @${{ github.actor}}
41- color : good
42- - name : Notify Failure
43- if : failure()
44- env :
45- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
46- uses : voxmedia/github-action-slack-notify-build@v1
47- with :
48- channel_id : C05HK6WEE56
49- status : FAILED by @${{ github.actor}}
50- color : danger
33+ # - name: Notify Success
34+ # if: success()
35+ # env:
36+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
37+ # uses: voxmedia/github-action-slack-notify-build@v1
38+ # with:
39+ # channel_id: C05HK6WEE56
40+ # status: SUCCESS by @${{ github.actor}}
41+ # color: good
42+ # - name: Notify Failure
43+ # if: failure()
44+ # env:
45+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
46+ # uses: voxmedia/github-action-slack-notify-build@v1
47+ # with:
48+ # channel_id: C05HK6WEE56
49+ # status: FAILED by @${{ github.actor}}
50+ # color: danger
Original file line number Diff line number Diff line change 2020 - name : Use Node.js v18.x
2121 uses : actions/setup-node@v3
2222 with :
23- node-version : " 18.x"
23+ node-version : ' 18.x'
2424 - name : Install dependencies (prevent updates to lock file)
2525 working-directory : ${{ env.working-directory }}
2626 run : yarn
@@ -30,21 +30,21 @@ jobs:
3030 - name : Testing
3131 working-directory : ${{ env.working-directory }}
3232 run : yarn test
33- - name : Notify Success
34- if : success()
35- env :
36- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
37- uses : voxmedia/github-action-slack-notify-build@v1
38- with :
39- channel_id : C05HK6WEE56
40- status : SUCCESS by @${{ github.actor}}
41- color : good
42- - name : Notify Failure
43- if : failure()
44- env :
45- SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
46- uses : voxmedia/github-action-slack-notify-build@v1
47- with :
48- channel_id : C05HK6WEE56
49- status : FAILED by @${{ github.actor}}
50- color : danger
33+ # - name: Notify Success
34+ # if: success()
35+ # env:
36+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
37+ # uses: voxmedia/github-action-slack-notify-build@v1
38+ # with:
39+ # channel_id: C05HK6WEE56
40+ # status: SUCCESS by @${{ github.actor}}
41+ # color: good
42+ # - name: Notify Failure
43+ # if: failure()
44+ # env:
45+ # SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
46+ # uses: voxmedia/github-action-slack-notify-build@v1
47+ # with:
48+ # channel_id: C05HK6WEE56
49+ # status: FAILED by @${{ github.actor}}
50+ # color: danger
Original file line number Diff line number Diff line change 2727 "prepare" : " tsc" ,
2828 "test" : " jest" ,
2929 "test:production" : " jest --isProduction=true" ,
30- "dev" : " node dist/index.js" ,
31- "release" : " changeset publish"
30+ "dev" : " node dist/index.js"
3231 },
3332 "husky" : {
3433 "hooks" : {
You can’t perform that action at this time.
0 commit comments