diff --git a/package.json b/package.json index b1f7f81..3b1e67d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "test:lint": "cross-env NODE_ENV=test standard --verbose", "test:lint:fix": "cross-env NODE_ENV=test standard --fix --verbose", "build": "./build.py -l lib/ -d deploy/", - "postinstall": "npm build", + "postinstall": "npm run build", "precommit": "npm run test:lint" }, "standard": {