mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-25 10:32:14 +00:00
chore: unpack node_module cache before rc publish (#1132)
This commit is contained in:
parent
cbd9bad86d
commit
85e23eb1cb
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -114,7 +114,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
- uses: ipfs/aegir/actions/cache-node-modules@master
|
- uses: ipfs/aegir/actions/cache-node-modules@master
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
|
||||||
- run: npm publish
|
- run: npm publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
|
||||||
|
@ -40,10 +40,7 @@
|
|||||||
"test:browser": "aegir test -t browser",
|
"test:browser": "aegir test -t browser",
|
||||||
"test:examples": "cd examples && npm run test:all",
|
"test:examples": "cd examples && npm run test:all",
|
||||||
"test:interop": "LIBP2P_JS=$PWD npx aegir test -t node -f ./node_modules/libp2p-interop/test/*",
|
"test:interop": "LIBP2P_JS=$PWD npx aegir test -t node -f ./node_modules/libp2p-interop/test/*",
|
||||||
"prepare": "aegir build --no-bundle",
|
"prepare": "npm run build",
|
||||||
"release": "aegir release -t node -t browser",
|
|
||||||
"release-minor": "aegir release --type minor -t node -t browser",
|
|
||||||
"release-major": "aegir release --type major -t node -t browser",
|
|
||||||
"coverage": "nyc --reporter=text --reporter=lcov npm run test:node"
|
"coverage": "nyc --reporter=text --reporter=lcov npm run test:node"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user