Skip to content

Commit 2946fb4

Browse files
guilhermenagatomofdintino
authored andcommittedJan 12, 2019
Removed postinstall-build in favor of npm prepare script
1 parent 9fd5bdb commit 2946fb4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"dependencies": {
77
"a-sync-waterfall": "^1.0.0",
88
"asap": "^2.0.3",
9-
"postinstall-build": "^5.0.1",
109
"yargs": "^3.32.0"
1110
},
1211
"browser": "./browser/nunjucks.js",
@@ -72,7 +71,7 @@
7271
"codecov": "codecov",
7372
"mocha": "mocha -R spec tests",
7473
"lint": "eslint nunjucks scripts tests",
75-
"postinstall": "node postinstall-build.js src",
74+
"prepare": "npm run build",
7675
"test:instrument": "cross-env NODE_ENV=test scripts/bundle.js",
7776
"test:runner": "cross-env NODE_ENV=test scripts/testrunner.js",
7877
"test": "npm run lint && npm run test:instrument && npm run test:runner"

‎postinstall-build.js

-3
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.