Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelDarley committed Jun 25, 2024
1 parent 60bc448 commit d03c4c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ jobs:
- name: List packages
run: ls -R ./npm
shell: bash
- name: Compile TypeScript
run: yarn ts-compile
publish:
if: ${{github.event_name == 'release'}}
name: Publish
Expand Down Expand Up @@ -528,6 +530,8 @@ jobs:
- name: List packages
run: ls -R ./npm
shell: bash
- name: Compile TypeScript
run: yarn ts-compile
- name: Publish
run: |
npm config set provenance true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"scripts": {
"artifacts": "node move_artifacts.js",
"build": "napi build --platform --release && bash ./fix-deps.sh && pwd && ls && yarn ts-compile",
"build": "napi build --platform --release",
"build:debug": "napi build --platform && bash ./fix-deps.sh && yarn ts-compile",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
Expand Down

0 comments on commit d03c4c2

Please sign in to comment.