mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-02 05:55:10 +09:00
chore: move build dir to build, not dist
This commit is contained in:
Generated
+2
-3
@@ -9,7 +9,7 @@
|
||||
"lib": [
|
||||
"es2019"
|
||||
],
|
||||
"module": "Node16",
|
||||
"module": "CommonJS",
|
||||
"noEmitOnError": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noImplicitAny": true,
|
||||
@@ -24,8 +24,7 @@
|
||||
"stripInternal": true,
|
||||
"target": "ES2022",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"outDir": "dist",
|
||||
"moduleResolution": "Node16"
|
||||
"outDir": "build"
|
||||
},
|
||||
"include": [
|
||||
".projenrc.js",
|
||||
|
||||
Reference in New Issue
Block a user