remove test command

This commit is contained in:
weboko 2023-01-06 00:08:28 +01:00 committed by weboko
parent 6fe833b83d
commit 5cd10d45a2
No known key found for this signature in database

View File

@ -37,7 +37,7 @@
"test:tsc": "tsc -p tsconfig.dev.json",
"test:browser": "karma start karma.conf.cjs",
"watch:build": "tsc -p tsconfig.json -w",
"watch:test": "mocha -g \"RLN Contract abstraction\"",
"watch:test": "mocha --watch",
"prepublish": "npm run build",
"reset-hard": "git clean -dfx && git reset --hard && npm i && npm run build"
},