Make new build setup compatible with enable short import path
This commit is contained in:
parent
68de7f897d
commit
095bdb16ba
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -117,7 +117,7 @@ jobs:
|
||||
PACKAGE_MANAGER=yarn
|
||||
fi
|
||||
$PACKAGE_MANAGER run build
|
||||
- run: npx -y -p denoify@0.6.5 denoify_enable_short_npm_import_path
|
||||
- run: npx -y -p denoify@0.11.7 denoify_enable_short_npm_import_path
|
||||
env:
|
||||
DRY_RUN: "0"
|
||||
- name: Publishing on NPM
|
||||
|
@ -9,6 +9,7 @@
|
||||
"strict": true,
|
||||
"downlevelIteration": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"composite": true
|
||||
"composite": true,
|
||||
"outDir": "../dist"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user