Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit f46e683

Browse files
committed
pkg: remove version script
1 parent 3f5ca56 commit f46e683

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"start": "cross-env FIL_WALLET_ADDRESS=0x000000000000000000000000000000000000dEaD STATE_ROOT=.state CACHE_ROOT=.cache node ./bin/checker.js",
3030
"test": "npm run lint && npm run test:types && npm run test:unit",
3131
"test:types": "tsc -p .",
32-
"test:unit": "cross-env STATE_ROOT=test/.state CACHE_ROOT=test/.cache node --no-warnings=ExperimentalWarning node_modules/mocha/bin/_mocha",
33-
"version": "node ./scripts/version.js"
32+
"test:unit": "cross-env STATE_ROOT=test/.state CACHE_ROOT=test/.cache node --no-warnings=ExperimentalWarning node_modules/mocha/bin/_mocha"
3433
},
3534
"prettier": "@checkernetwork/prettier-config",
3635
"dependencies": {

0 commit comments

Comments
 (0)