Skip to content

Commit 919929e

Browse files
committed
fix: package json
1 parent 0212009 commit 919929e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"docs": "node scripts/generate-rule-docs.js",
2525
"prepublishOnly": "npm run lint && npm run test && npm run generate-rulesets",
2626
"local:e2e": "bash -c 'set -xeuo pipefail && rm solhint*tgz -f && npm pack && npm i -g solhint*tgz && (npm run ci:e2e);npm uninstall -g solhint'",
27-
"local:e2eTmp": "bash -c 'set -xeuo pipefail && rm solhint*tgz -f && npm pack && npm i -g solhint*tgz'",
2827
"ci:e2e": "mocha e2e/test.js e2e/formatters-test.js e2e/autofix-test.js --timeout 10000"
2928
},
3029
"bin": {

0 commit comments

Comments
 (0)