issue # gitlab-ci test
This commit is contained in:
@@ -35,7 +35,7 @@ build: # This job runs in the build stage, which runs first.
|
||||
- echo $DOCKER_COMPOSE_VOLUME
|
||||
- rm -rf node_modules .yarn/install-state.gz
|
||||
- yarn install
|
||||
- yarn build
|
||||
- yarn build --webpack
|
||||
- sudo cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/back/dist
|
||||
- sudo cp $PWD/package.json $DOCKER_VOLUME/scheduler/back/dist
|
||||
- docker compose -f $DOCKER_COMPOSE_VOLUME/scheduler/docker-compose.yaml up -d back
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noEmitOnError": true,
|
||||
"sourceMap": false,
|
||||
"incremental": true,
|
||||
"tsBuildInfoFile": ".tsbuildinfo"
|
||||
},
|
||||
"extends": "./tsconfig.json",
|
||||
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user