From 053ae95a8a6c07a49687da6293cb276b1350901c Mon Sep 17 00:00:00 2001 From: bclayton-usgs <bclayton@usgs.gov> Date: Wed, 26 Aug 2020 15:53:07 -0600 Subject: [PATCH] remove postinstall --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e35427e..792cbfd 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,13 @@ "main": "src/index.js", "types": "types/index.d.ts", "scripts": { - "start": "cd example && npm run start", + "start": "cd example && npm i && npm run start", "npm-cli-login": "npm-cli-login", "pre-commit": "pretty-quick --staged && npm run tslint", "pre-push": "npm run pre-commit", "tslint": "tslint -c tslint.json 'types/**/*.d.ts' 'src/**/*.d.ts'", "tslint:fix": "npm run tslint -- --fix", - "test": "echo \"Error: no test specified\" && exit 1", - "postinstall": "cd example && npm i" + "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", -- GitLab