We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc42c6 commit 10524bbCopy full SHA for 10524bb
package.json
@@ -25,7 +25,8 @@
25
"test:coverage": "nyc npm run test:unit",
26
"refresh": "rm -rf ./node_modules ./package-lock.json && npm install",
27
"precommit": "npm run lint && npm run format:test",
28
- "prepush": "npm run lint && npm run test"
+ "prepush": "npm run lint && npm run test",
29
+ "prepare": "npm run build"
30
},
31
"author": "AWS Lambda",
32
"license": "Apache-2.0",
0 commit comments