We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4985ad8 commit 13ba511Copy full SHA for 13ba511
package.json
@@ -7,7 +7,8 @@
7
},
8
"scripts": {
9
"test": "echo \"Error: no test specified\" && exit 1",
10
- "lint": "eslint . --fix --cache"
+ "lint": "eslint . --fix --cache",
11
+ "postinstall": "npm install -C src"
12
13
"author": "Serverless, Inc.",
14
"license": "Apache",
0 commit comments