Skip to content

Commit 8128997

Browse files
github-actions[bot]davidgameroOliverMKing
authored
v3 new release (#57)
* fix broken build - switch to ncc build (#56) * switch to ncc build * update * bump ncc * Add node modules and compiled JavaScript from main Co-authored-by: David Gamero <[email protected]> Co-authored-by: Oliver King <[email protected]>
1 parent 52d71d2 commit 8128997

File tree

105 files changed

+64827
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+64827
-4
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
id: npm-build
2121
run: |
2222
npm install
23-
npm run build
23+
24+
- name: Build
25+
run: npm run build
26+
2427
- name: Set Context
2528
uses: ./
2629
with:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ branding:
3636
color: 'blue'
3737
runs:
3838
using: 'node16'
39-
main: 'lib/run.js'
39+
main: 'lib/index.js'

node_modules/.package-lock.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@vercel/ncc/LICENSE

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@vercel/ncc/dist/ncc/@@notfound.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@vercel/ncc/dist/ncc/LICENSES.txt

Lines changed: 339 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@vercel/ncc/dist/ncc/buildin/readme.md

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)