Skip to content

Commit 2d520e6

Browse files
committed
chore: 😌
1 parent f46c7a9 commit 2d520e6

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

β€Ž.circleci/config.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ jobs:
1717
# fallback to using the latest cache if no exact match is found
1818
- v1-dependencies-
1919
- run: npm install
20-
# run tests!
2120
- run: npm run build
22-
- run:
23-
name: Run Tests
24-
command: npm test
21+
- run: npm test
2522
- save_cache:
2623
paths:
2724
- node_modules
@@ -42,12 +39,8 @@ jobs:
4239
- run:
4340
name: Pre-Publish Script
4441
command: ./tools/publish.sh
45-
# - run:
46-
# name: Authenticate with registry
47-
# command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/repo/.npmrc
48-
- run:
49-
name: Publish CLI
50-
command: npm run publish
42+
- run: npm run build
43+
- run: npm run publish
5144

5245
workflows:
5346
version: 2

0 commit comments

Comments
Β (0)