diff --git a/package.json b/package.json index 6922da6..3f25f86 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "test": "react-scripts test", + "test": "echo 'no tests'", "eject": "react-scripts eject", "lint": "standard --env mocha --fix", "pub": "node deploy/publish-main.js", @@ -39,10 +39,23 @@ ] }, "devDependencies": { - "husky": "^9.1.7", + "husky": "9.1.7", "minimal-slp-wallet": "5.13.1", - "semantic-release": "^24.2.3", + "semantic-release": "24.2.3", "standard": "17.0.0", "web3.storage": "4.3.0" + }, + "release": { + "publish": [ + { + "path": "@semantic-release/npm", + "npmPublish": false + } + ] + }, + "husky": { + "hooks": { + "pre-commit": "npm run lint" + } } }