chore(build): call script from current directory (#3442)

This commit is contained in:
Alireza 2023-06-06 14:25:53 -04:00 committed by GitHub
parent 008fa5b715
commit d8069f9101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ jobs:
# Build & Test
- run:
name: 'Perform the versioning before build'
command: node ../version.mjs
command: node ./version.mjs
- run:
name: 'Build the OHIF Viewer'
command: yarn run build
@ -279,7 +279,7 @@ jobs:
- run:
name: Increase the event emitter limit
command: |
node ../increaseEventEmitterLimit.mjs
node ./increaseEventEmitterLimit.mjs
- run:
name: build all packages
command: |
@ -287,7 +287,7 @@ jobs:
- run:
name: version and publish all packages
command: |
node ../publish.mjs
node ./publish.mjs
DOCKER_RELEASE_PUBLISH:
<<: *defaults