Attempt to fix ticks/escapes
This commit is contained in:
parent
c3fead1ca9
commit
0b62b720c5
@ -77,9 +77,9 @@ yarn install --no-ignore-optional --pure-lockfile
|
|||||||
cd ./platform/viewer/
|
cd ./platform/viewer/
|
||||||
|
|
||||||
# Create a Versions File
|
# Create a Versions File
|
||||||
node -p -e \"'export default \\'' + require('./package.json').version + '\\';'\" > src/version.js
|
node -p -e "export default require('./package.json').version;" > src/version.js
|
||||||
# Copy over wado-image-loader codecs and worker file
|
# Copy over wado-image-loader codecs and worker file
|
||||||
cp \".\\..\\..\\node_modules/cornerstone-wado-image-loader/dist/*.min.js*\" \"public\" -v
|
cp './../../node_modules/cornerstone-wado-image-loader/dist/*.min.js*' public -v
|
||||||
# Build using react-scripts
|
# Build using react-scripts
|
||||||
# npx cross-env PUBLIC_URL=/demo REACT_APP_CONFIG=config/netlify.js react-scripts --max_old_space_size=4096 build
|
# npx cross-env PUBLIC_URL=/demo REACT_APP_CONFIG=config/netlify.js react-scripts --max_old_space_size=4096 build
|
||||||
# Build using WebPack
|
# Build using WebPack
|
||||||
|
|||||||
@ -16,6 +16,7 @@
|
|||||||
# NODE_VERSION in root `.nvmrc` takes priority
|
# NODE_VERSION in root `.nvmrc` takes priority
|
||||||
# YARN_FLAGS: https://www.netlify.com/docs/build-gotchas/#yarn
|
# YARN_FLAGS: https://www.netlify.com/docs/build-gotchas/#yarn
|
||||||
[build.environment]
|
[build.environment]
|
||||||
|
NODE_END = "production"
|
||||||
NODE_VERSION = "10.16.0"
|
NODE_VERSION = "10.16.0"
|
||||||
YARN_VERSION = "1.17.3"
|
YARN_VERSION = "1.17.3"
|
||||||
RUBY_VERSION = "2.6.2"
|
RUBY_VERSION = "2.6.2"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user