Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test
Browse files Browse the repository at this point in the history
therynamo committed Feb 12, 2022
1 parent 102f6e9 commit 0ffc59d
Showing 8 changed files with 732 additions and 8,042 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
@@ -29,12 +29,12 @@ jobs:
node-version: 16.x

- name: Install dependencies
run: npm ci
run: yarn ci

- name: Rebuild the dist/ directory
run: |
npm run build
npm run package
yarn run build
yarn run package
- name: Compare the expected and actual dist/ directories
run: |
98 changes: 49 additions & 49 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

673 changes: 673 additions & 0 deletions dist/licenses.txt--force

Large diffs are not rendered by default.

Loading

0 comments on commit 0ffc59d

Please sign in to comment.