Skip to content

Commit 1995c74

Browse files
authored
Remove bad publish steps (#60)
These steps in conjunction with "yarn publish" gives a different result to "npm publish". Using "npm publish" for now.
1 parent dc9f51d commit 1995c74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ coverage
55
bin
66

77
# Types
8-
src/types/*
8+
src/types/*
9+
*.svg

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "codehawk-cli",
3-
"version": "7.1.0",
3+
"version": "7.1.2",
44
"description": "Static analysis tool for JavaScript projects",
55
"scripts": {
66
"build:watch": "tsc --watch",
77
"build": "tsc",
88
"isclean": "git diff --exit-code",
99
"lint:fix": "eslint --fix src/*.**",
1010
"lint": "eslint src/*.**",
11-
"prepublishOnly": "yarn build && yarn test",
1211
"prettier:fix": "prettier --write src",
1312
"prettier": "prettier --check src",
1413
"reflect": "node build/index.js src",

0 commit comments

Comments
 (0)