Skip to content

Commit 7070b32

Browse files
authored
Merge pull request #27 from epost/unset-npm-bin-path
Don't set npm bin path in build script. #25
2 parents 6f390b9 + e26267d commit 7070b32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"test": "test"
88
},
99
"scripts": {
10-
"postinstall": "PATH=node_modules/.bin:$PATH bower install",
11-
"build": "PATH=node_modules/.bin:$PATH pulp build",
12-
"test": "PATH=node_modules/.bin:$PATH pulp test"
10+
"postinstall": "bower install",
11+
"build": "pulp build",
12+
"test": "pulp test"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)