Skip to content

Commit de11767

Browse files
committed
Use relative path for postinstall script
1 parent 7ba2016 commit de11767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "eslint modules examples",
1717
"start": "node examples/server.js",
1818
"test": "npm run lint && karma start",
19-
"postinstall": "node npm-scripts/postinstall.js"
19+
"postinstall": "node ./npm-scripts/postinstall.js"
2020
},
2121
"authors": [
2222
"Ryan Florence",

0 commit comments

Comments
 (0)