Skip to content

Commit dff46bb

Browse files
garuna-m6Anurag MehtaJoshuaKGoldberg
authored
feat: build.yml: run local file at time of build (#270)
* feat: build.yml: run local file at time of build * fix: build.yml: simplifying tests, removing weird command * Update .github/workflows/build.yml Co-authored-by: Josh Goldberg <[email protected]> * fix: build.yml: removing uses as array * Update .github/workflows/build.yml --------- Co-authored-by: Anurag Mehta <[email protected]> Co-authored-by: Josh Goldberg <[email protected]>
1 parent 31176c3 commit dff46bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
- uses: actions/checkout@v3
66
- uses: ./.github/actions/prepare
77
- run: pnpm build
8+
- run: node ./lib/index.js
89

910
name: Build
1011

0 commit comments

Comments
 (0)