Skip to content

Commit 7af66c5

Browse files
ci() update ci build scripts
1 parent 8da9503 commit 7af66c5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ./node_modules
2121
- run:
2222
name: Build
23-
command: npm run build:dev
23+
command: npm run build
2424

2525
test:
2626
working_directory: ~/nest
@@ -36,7 +36,7 @@ jobs:
3636
command: npm ci
3737
- run:
3838
name: Build (dev)
39-
command: npm run build:dev
39+
command: npm run build
4040
- run:
4141
name: Test
4242
command: npm run test

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212

1313
install:
1414
- npm ci
15-
- npm run build:dev
15+
- npm run build
1616

1717
jobs:
1818
include:

0 commit comments

Comments
 (0)