Fixing building of typings
This commit is contained in:
parent
285712bfc7
commit
ef0d422a49
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push-to-npm.yml
vendored
2
.github/workflows/push-to-npm.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
run: yarn run build
|
run: yarn run build-typings
|
||||||
env:
|
env:
|
||||||
PUSHER_URL: "//localhost:8080"
|
PUSHER_URL: "//localhost:8080"
|
||||||
working-directory: "front"
|
working-directory: "front"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue