circleci: Fix broken package
This commit is contained in:
parent
671c2d177f
commit
d767f6b82c
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install npm deployment app
|
name: Install npm deployment app
|
||||||
command: sudo npm install -g github-release-cli
|
command: sudo npm install -g github-release-cli @babel/runtime
|
||||||
- run:
|
- run:
|
||||||
name: Build client javascript
|
name: Build client javascript
|
||||||
command: |
|
command: |
|
||||||
|
@ -36,3 +36,5 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
- build:
|
- build:
|
||||||
context: github-thething
|
context: github-thething
|
||||||
|
|
||||||
|
GITHUB_TOKEN 83479617c646020560b158b89fa87028c4c6aa84
|
Loading…
Reference in a new issue