diff --git a/build/postinstall.sh b/build/postinstall.sh deleted file mode 100755 index 7c039df7..00000000 --- a/build/postinstall.sh +++ /dev/null @@ -1 +0,0 @@ -echo "sql-lint installed. Consider adding a configuration file at '~/.config/sql-lint/config.json' to get the best experience." diff --git a/dist/package.json b/dist/package.json index daf06706..5ea02154 100644 --- a/dist/package.json +++ b/dist/package.json @@ -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" diff --git a/package.json b/package.json index daf06706..5ea02154 100644 --- a/package.json +++ b/package.json @@ -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"