Skip to content

Commit b2135b4

Browse files
ci() add working directory
1 parent 901191a commit b2135b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
name: Build
2323
command: npm run build:dev
2424
test:
25+
working_directory: ~/nest
2526
docker:
2627
- image: circleci/node:12
2728
steps:
@@ -36,6 +37,7 @@ jobs:
3637
name: Test
3738
command: npm run test
3839
lint:
40+
working_directory: ~/nest
3941
docker:
4042
- image: circleci/node:12
4143
steps:

0 commit comments

Comments
 (0)