Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: remove prepare fix interop
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Feb 6, 2021
1 parent 975f8f1 commit bdcbe71
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion packages/ipfs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"scripts": {
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"test": "npm run test:node",
"test:node": "aegir test -t node",
"coverage": "nyc --reporter=text --reporter=lcov npm run test:node",
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"scripts": {
"test": "aegir test",
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"prepublishOnly": "aegir build",
"coverage": "npx nyc -r html npm run test:node -- --bail",
"clean": "rimraf ./dist",
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"test:electron-renderer": "aegir test -t electron-renderer",
"test:node": "aegir test -t node",
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"clean": "rimraf ./dist",
"dep-check": "aegir dep-check -i rimraf -i ipfs-core-types"
},
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
},
"scripts": {
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"prepublishOnly": "aegir build",
"test": "aegir test",
"test:node": "aegir test -t node",
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"scripts": {
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"test": "npm run test:node",
"test:node": "aegir test -t node",
"coverage": "nyc --reporter=text --reporter=lcov npm run test:node",
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-grpc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"scripts": {
"test": "aegir test",
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"prepublishOnly": "aegir build",
"coverage": "npx nyc -r html npm run test:node -- --bail",
"clean": "rimraf ./dist",
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-grpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"scripts": {
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"test": "aegir test -t node",
"coverage": "nyc --reporter=text --reporter=lcov npm run test:node",
"clean": "rimraf ./dist",
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"test:chrome": "aegir test -t browser -t webworker -- --browsers ChromeHeadless",
"test:firefox": "aegir test -t browser -t webworker -- --browsers FirefoxHeadless",
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"coverage": "npx nyc -r html npm run test:node -- --bail",
"clean": "rimraf ./dist",
"dep-check": "aegir dep-check -i ipfs-core -i rimraf -i ipfs-core-types"
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-http-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"scripts": {
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"test": "npm run test:node",
"test:node": "aegir test -t node",
"coverage": "nyc --reporter=text --reporter=lcov npm run test:node",
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"scripts": {
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"test": "npm run test:node",
"test:node": "aegir test -t node",
"coverage": "nyc --reporter=text --reporter=lcov npm run test:node",
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-message-port-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"test:interface:message-port-client": "npm run build:worker && aegir test -t browser -f ./test/interface-message-port-client.js",
"lint": "aegir lint",
"build:worker": "aegir build -- --config ./test/util/webpack.config.js",
"prepare": "aegir build --no-bundle",
"prepublishOnly": "aegir build",
"coverage": "npx nyc -r html npm run test:node -- --bail",
"clean": "rimraf ./dist",
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-message-port-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"test:chrome": "aegir test -t browser -t webworker -- --browsers ChromeHeadless",
"test:firefox": "aegir test -t browser -t webworker -- --browsers FirefoxHeadless",
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"coverage": "npx nyc -r html npm run test:node -- --bail",
"clean": "rimraf ./dist",
"dep-check": "aegir dep-check -i rimraf"
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs-message-port-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"test:chrome": "aegir test -t browser -t webworker -- --browsers ChromeHeadless",
"test:firefox": "aegir test -t browser -t webworker -- --browsers FirefoxHeadless",
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"prepublishOnly": "aegir build",
"coverage": "npx nyc -r html npm run test:node -- --bail",
"clean": "rimraf ./dist",
Expand Down
1 change: 0 additions & 1 deletion packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
},
"scripts": {
"lint": "aegir lint",
"prepare": "aegir build --no-bundle",
"prepublishOnly": "aegir build",
"test": "echo 'Only interface tests live here'",
"test:interface:core": "aegir test -f test/interface-core.js",
Expand Down

0 comments on commit bdcbe71

Please sign in to comment.