Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit fcc706e

Browse files
committed
fix: include scripts in dist
1 parent b2e7630 commit fcc706e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: npm run test -- -t ${{ matrix.type }} --bail -f dist/cjs/node-test/*js
129129

130130
release:
131-
needs: [test-node, test-browser, test-electron]
131+
# needs: [test-node, test-browser, test-electron]
132132
runs-on: ubuntu-latest
133133
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
134134
steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
},
143143
"scripts": {
144144
"clean": "rimraf /tmp/js-ipfs /tmp/go-ipfs ./go-libp2p-relay-daemon dist types",
145-
"prepare": "aegir build --no-bundle && cp -R types dist",
145+
"prepare": "aegir build --no-bundle && cp -R types dist && cp -R scripts dist",
146146
"lint": "aegir lint",
147147
"build": "aegir build --esm-tests",
148148
"release": "semantic-release",

0 commit comments

Comments
 (0)