Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 28378a2

Browse files
committed
Merge remote-tracking branch 'node-aws-lambda-sapling/master'
2 parents f8c4dcb + e8db803 commit 28378a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"scripts": {
1717
"clean": "rm -rf dist && rm -rf out",
1818
"build": "tsc",
19+
"build:watch": "tsc --watch",
1920
"rebuild": "npm run clean && npm run build",
2021
"test": "jest",
2122
"posttest": "npm run lint",

0 commit comments

Comments
 (0)