Skip to content

Commit 57860e3

Browse files
author
Corentin Mors
committed
Update yao-pkg with ignore files
1 parent 485adfa commit 57860e3

File tree

4 files changed

+21
-965
lines changed

4 files changed

+21
-965
lines changed

.github/workflows/manual-test-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: yarn workspaces focus --all --production
3636
# package final binaries
3737
- run: |
38-
yarn dlx @yao-pkg/pkg@5.11.1 ./dist -t node18-${{ matrix.settings.target }} -o bundle/dcli-${{ matrix.settings.target }}${{ matrix.settings.extension }} -C Brotli "--public" "--public-packages" "tslib,thirty-two,node-hkdf-sync,vows" "--no-bytecode"
38+
yarn dlx @yao-pkg/pkg@5.12.0 ./dist -t node18-${{ matrix.settings.target }} -o bundle/dcli-${{ matrix.settings.target }}${{ matrix.settings.extension }} -C Brotli "--public" "--public-packages" "tslib,thirty-two,node-hkdf-sync,vows" "--no-bytecode"
3939
4040
- name: Archive binary artifact
4141
uses: actions/upload-artifact@v4

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: yarn workspaces focus --all --production
3939
# package final binaries
4040
- run: |
41-
yarn dlx @yao-pkg/pkg@5.11.1 ./dist -t node18-${{ matrix.settings.target }} -o bundle/dcli-${{ matrix.settings.target }}${{ matrix.settings.extension }} -C Brotli "--public" "--public-packages" "tslib,thirty-two,node-hkdf-sync,vows" "--no-bytecode"
41+
yarn dlx @yao-pkg/pkg@5.12.0 ./dist -t node18-${{ matrix.settings.target }} -o bundle/dcli-${{ matrix.settings.target }}${{ matrix.settings.extension }} -C Brotli "--public" "--public-packages" "tslib,thirty-two,node-hkdf-sync,vows" "--no-bytecode"
4242
4343
- name: Archive binary artifact
4444
uses: actions/upload-artifact@v4

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"../node_modules/@json2csv/transforms/dist/**/*",
1616
"../node_modules/@streamparser/json/dist/**/*",
1717
"../node_modules/node-mac-auth/build/Release/auth.node"
18+
],
19+
"ignore": [
20+
"**/*/better-sqlite3/deps/**/*"
1821
]
1922
},
2023
"scripts": {
@@ -62,7 +65,7 @@
6265
"@types/libsodium-wrappers": "^0.7.14",
6366
"@types/mocha": "^10.0.6",
6467
"@types/node": "^18.19.34",
65-
"@yao-pkg/pkg": "^5.11.5",
68+
"@yao-pkg/pkg": "^5.12.0",
6669
"chai": "^5.1.1",
6770
"esbuild": "^0.21.5",
6871
"eslint": "^9.4.0",

0 commit comments

Comments
 (0)