ci() remove artifacts

This commit is contained in:
Kamil Myśliwiec
2019-08-26 09:15:17 +02:00
parent 0ef817b9af
commit 4f16736351

View File

@@ -21,9 +21,6 @@ jobs:
- run:
name: Build
command: npm run build:dev
- store_artifacts:
path: packages
destination: packages
test:
working_directory: ~/nest
@@ -37,6 +34,9 @@ jobs:
- run:
name: Install dependencies
command: npm ci
- run:
name: Build (dev)
command: npm run build:dev
- run:
name: Test
command: npm run test