Created deployment
This commit is contained in:
@@ -13,9 +13,6 @@ RUN echo 'nodeLinker: node-modules' > .yarnrc.yml
|
||||
|
||||
RUN yarn install
|
||||
|
||||
RUN mkdir -p packages/node_modules && \
|
||||
ln -sf ../sim-shared packages/node_modules/sim-shared
|
||||
|
||||
RUN mkdir -p dist && ln -sf ../packages dist/packages
|
||||
|
||||
COPY ./entrypoint.sh ./
|
||||
|
||||
@@ -22,7 +22,7 @@ pipeline {
|
||||
}
|
||||
stage("🧱 Building") {
|
||||
steps {
|
||||
sh 'rm -rf dist/'
|
||||
sh 'rm -rf dist/'
|
||||
sh 'yarn run build'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user