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

Commit

Permalink
fix: include scripts in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 26, 2022
1 parent b2e7630 commit fcc706e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: npm run test -- -t ${{ matrix.type }} --bail -f dist/cjs/node-test/*js

release:
needs: [test-node, test-browser, test-electron]
# needs: [test-node, test-browser, test-electron]
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
},
"scripts": {
"clean": "rimraf /tmp/js-ipfs /tmp/go-ipfs ./go-libp2p-relay-daemon dist types",
"prepare": "aegir build --no-bundle && cp -R types dist",
"prepare": "aegir build --no-bundle && cp -R types dist && cp -R scripts dist",
"lint": "aegir lint",
"build": "aegir build --esm-tests",
"release": "semantic-release",
Expand Down

0 comments on commit fcc706e

Please sign in to comment.