Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 8e57a2e

Browse files
add build scripts
1 parent 63ef130 commit 8e57a2e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

packages/s3-static-assets/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"url": "git+https://github.com/danielcondemarin/serverless-next.js.git",
1212
"directory": "packages/s3-static-assets"
1313
},
14+
"scripts": {
15+
"prepare": "npm run build",
16+
"build": "tsc -p tsconfig.build.json"
17+
},
1418
"keywords": [
1519
"AWS",
1620
"S3",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"sourceMap": false,
5+
"removeComments": true
6+
},
7+
"include": ["./src/"]
8+
}

0 commit comments

Comments
 (0)