We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08a97a commit 03ea0c0Copy full SHA for 03ea0c0
.github/workflows/node.js.yml
@@ -31,6 +31,7 @@ jobs:
31
- run: rm -rf package.json package-lock.json
32
- run: mv example-package.json package.json
33
- run: npm install
34
+ - run: npm install --save @babel/preset-typescript
35
- run: npm run build
36
- run: npm run build:demo:ci
37
env:
0 commit comments