diff --git a/.drone.yml b/.drone.yml index 07456e9..4cb4448 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,8 @@ steps: - name: build_server image: node commands: - - npm ci -w @calchat/shared - - npm ci -w @calchat/server + - npm ci + - npm run build -w @calchat/shared - npm run build -w @calchat/server - name: jest_server