Skip to content

Commit 781b15e

Browse files
committed
Merge branch 'feature/typescript-support' of https://github.com/shelfio/jest-dynamodb into feature/typescript-support
2 parents d7cfa22 + 4f0e221 commit 781b15e

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
@@ -26,6 +26,7 @@
2626
"coverage": "jest --coverage",
2727
"lint": "eslint . --ext .js,.ts,.json --fix",
2828
"lint:ci": "eslint . --ext .js,.ts,.json",
29+
"prepack": "yarn build",
2930
"test": "export ENVIRONMENT=local && jest tests",
3031
"type-check": "tsc --noEmit",
3132
"type-check:watch": "npm run type-check -- --watch"

0 commit comments

Comments
 (0)