diff --git a/package.json b/package.json index 41c4a8d6..6c158d4f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "doc": "typedoc", "lint": "eslint '*/**/*.{js,ts,tsx}' --quiet", "lint:fix": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix", - "prepack": "npm run test && npm run build", + "prepack": "npm run build", "test": "npm run test:gen && npm run test:jest && npm run test:auto", "test:jest": "jest --testTimeout=1200000 --verbose --coverage", "test:auto": "ts-node testsAuto/entryPoint.ts ", @@ -96,4 +96,4 @@ "tweetnacl": "^1.0.3", "uuid": "^8.3.2" } -} +} \ No newline at end of file