chore(tool): activar source maps
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
9accce156b
commit
18934e366b
1 changed files with 1 additions and 1 deletions
2
tool
2
tool
|
@ -5,7 +5,7 @@ build_ts() {
|
|||
}
|
||||
build() {
|
||||
build_ts
|
||||
node build.js/compilar.js
|
||||
node --enable-source-maps build.js/compilar.js
|
||||
}
|
||||
check() {
|
||||
./node_modules/.bin/tsc --noEmit
|
||||
|
|
Reference in a new issue