Skip to content

Commit 4e0575b

Browse files
committed
chore(ci): update npm script typo
1 parent 3f7911a commit 4e0575b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- checkout
3232
- run: npm install
3333
- run: npm run build
34-
- run: npm test:preset
34+
- run: npm run test:preset
3535
test-preset-node10:
3636
docker:
3737
- image: circleci/node:10-browsers
@@ -40,7 +40,7 @@ jobs:
4040
- checkout
4141
- run: npm install
4242
- run: npm run build
43-
- run: npm test:preset
43+
- run: npm run test:preset
4444

4545
publish-job:
4646
docker:

0 commit comments

Comments
 (0)