Skip to content

Commit

Permalink
Removed postinstall-build in favor of npm prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermenagatomo authored and fdintino committed Jan 12, 2019
1 parent 9fd5bdb commit 2946fb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -6,7 +6,6 @@
"dependencies": {
"a-sync-waterfall": "^1.0.0",
"asap": "^2.0.3",
"postinstall-build": "^5.0.1",
"yargs": "^3.32.0"
},
"browser": "./browser/nunjucks.js",
Expand Down Expand Up @@ -72,7 +71,7 @@
"codecov": "codecov",
"mocha": "mocha -R spec tests",
"lint": "eslint nunjucks scripts tests",
"postinstall": "node postinstall-build.js src",
"prepare": "npm run build",
"test:instrument": "cross-env NODE_ENV=test scripts/bundle.js",
"test:runner": "cross-env NODE_ENV=test scripts/testrunner.js",
"test": "npm run lint && npm run test:instrument && npm run test:runner"
Expand Down
3 changes: 0 additions & 3 deletions postinstall-build.js

This file was deleted.

0 comments on commit 2946fb4

Please sign in to comment.