Skip to content

Commit

Permalink
Clean up package.json (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 authored May 3, 2024
1 parent 2ae7774 commit 9ad141b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,13 @@
"clean:docs": "rimraf docs/api",
"lint": "eslint --ext .ts .",
"lint:fix": "yarn lint --fix",
"prepublish": "yarn exec cp -f ../../LICENSE .",
"publish": "yarn npm publish --access=public",
"test:e2e:peregrine-provider": "yarn build && vitest run tests/peregrine-dip-consumer-template",
"test:e2e:dip-template-provider": "yarn build && vitest run tests/dip-provider-template-dip-consumer-template",
"test:e2e:start-network:peregrine-provider:develop": "env $(cat tests/peregrine-dip-consumer-template/.env.develop.test | xargs) yarn zombienet spawn tests/peregrine-dip-consumer-template/develop-zombienet.toml",
"test:e2e:start-network:dip-template-provider:develop": "env $(cat tests/dip-provider-template-dip-consumer-template/.env.develop.test | xargs) yarn zombienet spawn tests/dip-provider-template-dip-consumer-template/develop-zombienet.toml"
},
"stableVersion": "0.0.0",
"type": "module",
"types": "./dist/cjs/index.d.ts",
"version": "0.0.0"
}
}

0 comments on commit 9ad141b

Please sign in to comment.