Created deployment

This commit is contained in:
2026-02-11 17:59:46 +01:00
parent 43cef09f89
commit 669abd3c43
2 changed files with 1 additions and 4 deletions

View File

@@ -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 ./

View File

@@ -22,7 +22,7 @@ pipeline {
}
stage("🧱 Building") {
steps {
sh 'rm -rf dist/'
sh 'rm -rf dist/'
sh 'yarn run build'
}
}