chore(build): call script from current directory (#3442)
This commit is contained in:
parent
008fa5b715
commit
d8069f9101
@ -159,7 +159,7 @@ jobs:
|
|||||||
# Build & Test
|
# Build & Test
|
||||||
- run:
|
- run:
|
||||||
name: 'Perform the versioning before build'
|
name: 'Perform the versioning before build'
|
||||||
command: node ../version.mjs
|
command: node ./version.mjs
|
||||||
- run:
|
- run:
|
||||||
name: 'Build the OHIF Viewer'
|
name: 'Build the OHIF Viewer'
|
||||||
command: yarn run build
|
command: yarn run build
|
||||||
@ -279,7 +279,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Increase the event emitter limit
|
name: Increase the event emitter limit
|
||||||
command: |
|
command: |
|
||||||
node ../increaseEventEmitterLimit.mjs
|
node ./increaseEventEmitterLimit.mjs
|
||||||
- run:
|
- run:
|
||||||
name: build all packages
|
name: build all packages
|
||||||
command: |
|
command: |
|
||||||
@ -287,7 +287,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: version and publish all packages
|
name: version and publish all packages
|
||||||
command: |
|
command: |
|
||||||
node ../publish.mjs
|
node ./publish.mjs
|
||||||
|
|
||||||
DOCKER_RELEASE_PUBLISH:
|
DOCKER_RELEASE_PUBLISH:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user