This commit is contained in:
@@ -17,6 +17,11 @@ steps:
|
||||
commands:
|
||||
- yarn lint
|
||||
|
||||
- name: Build
|
||||
image: node:latest
|
||||
commands:
|
||||
- yarn build
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"emitDecoratorMetadata": true,
|
||||
"noImplicitAny": true,
|
||||
"outDir": "./dist/",
|
||||
"rootDirs": ["src", "../"],
|
||||
"rootDirs": ["lib", "../"],
|
||||
"sourceMap": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user