chore(build): call script from current directory (#3442)
This commit is contained in:
parent
008fa5b715
commit
d8069f9101
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user