Attempted to modify package.json to work properly with ESM
This commit is contained in:
parent
159599c777
commit
d4f0f2a6b0
2 changed files with 25 additions and 2 deletions
|
|
@ -46,6 +46,9 @@ jobs:
|
|||
# Transpile/Build the package (TypeScript -> JavaScript)
|
||||
- name: Transpile/Build the package (TypeScript -> JavaScript)
|
||||
run: |
|
||||
# Because Yarn is used locally better to install and use it than have to debug weird inconsistencies
|
||||
npm install --global yarn
|
||||
|
||||
# Install needed dependencies
|
||||
yarn install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue