Skip to content

Commit

Permalink
Merge pull request #18 from Yakov5776/ncc-migration
Browse files Browse the repository at this point in the history
Implement module packing using `ncc`
  • Loading branch information
kevin-david authored Aug 6, 2024
2 parents 6e917fd + 0ab93e2 commit b23618d
Show file tree
Hide file tree
Showing 10 changed files with 28,246 additions and 179 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,15 @@ jobs:
- uses: actions/checkout@v4
name: Checkout

- run: npm install

- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: eslint
run: npx eslint

- name: Ensure no pending Git changes
run: |
GIT_STATUS=$(git status --porcelain)
if [[ -n $GIT_STATUS ]]; then
echo "There are pending Git changes after running the build. Did you forget to commit the .js files?"
echo "$GIT_STATUS"
exit 1
fi
- name: Run tests
run: npm run test

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ outputs:
description: 'The 12th signed release APK or AAB file'
runs:
using: 'node20'
main: 'lib/main.js'
main: 'lib/index.js'
Loading

0 comments on commit b23618d

Please sign in to comment.