Skip to content

Commit

Permalink
Remove postinstall commands
Browse files Browse the repository at this point in the history
The postinstall command is causing issue for Windows users. I was
originally going to move it over to a `postinstall.js` file and change
the postinstall to `node build/postinstall.js` to make it more portable
but I think overall, the postinstall is pointless. There are already
many warnings that you should use a configuration file for a better
experience.

See here:
#157
and
https://github.com/github/super-linter/issues/538
  • Loading branch information
joereynolds committed Aug 11, 2020
1 parent a6a198c commit 2f9442c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build/postinstall.sh

This file was deleted.

1 change: 0 additions & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"lint": "tslint --fix -c tslint.json -p tsconfig.json",
"start": "./build/build.sh",
"test": "jest test --coverage --silent",
"postinstall": "./build/postinstall.sh",
"nearley": "nearleyc"
},
"version": "0.0.14"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"lint": "tslint --fix -c tslint.json -p tsconfig.json",
"start": "./build/build.sh",
"test": "jest test --coverage --silent",
"postinstall": "./build/postinstall.sh",
"nearley": "nearleyc"
},
"version": "0.0.14"
Expand Down

0 comments on commit 2f9442c

Please sign in to comment.