Skip to content

Commit da1d722

Browse files
committed
fix: remove publish script
1 parent 049d60a commit da1d722

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"build:vendor": "npm run build:vendor:varint && npm run build:vendor:base-x",
1414
"build:vendor:varint": "npm_config_yes=true npx brrp -x varint > vendor/varint.js",
1515
"build:vendor:base-x": "npm_config_yes=true npx brrp -x @multiformats/base-x > vendor/base-x.js",
16-
"publish": "ipjs publish",
1716
"lint": "standard",
1817
"test:cjs": "npm run build:js && mocha dist/cjs/node-test/test-*.js && npm run test:cjs:browser",
1918
"test:esm": "npm run build:js && mocha dist/esm/node-test/test-*.js && npm run test:esm:browser",

0 commit comments

Comments
 (0)