Skip to content

Commit 13ba511

Browse files
committed
Auto-install component dependencies
1 parent 4985ad8 commit 13ba511

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
"scripts": {
99
"test": "echo \"Error: no test specified\" && exit 1",
10-
"lint": "eslint . --fix --cache"
10+
"lint": "eslint . --fix --cache",
11+
"postinstall": "npm install -C src"
1112
},
1213
"author": "Serverless, Inc.",
1314
"license": "Apache",

0 commit comments

Comments
 (0)