Skip to content

Commit b4144f9

Browse files
committed
fix: missing run command
1 parent b12c828 commit b4144f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- restore_cache: *restore-deps-cache
3939
- run: npm install
4040
- run: npm test
41-
- run: npm build
41+
- run: npm run build
4242
- save_cache: *save-deps-cache
4343

4444
release:

0 commit comments

Comments
 (0)