We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46c7a9 commit 2d520e6Copy full SHA for 2d520e6
β.circleci/config.yml
@@ -17,11 +17,8 @@ jobs:
17
# fallback to using the latest cache if no exact match is found
18
- v1-dependencies-
19
- run: npm install
20
- # run tests!
21
- run: npm run build
22
- - run:
23
- name: Run Tests
24
- command: npm test
+ - run: npm test
25
- save_cache:
26
paths:
27
- node_modules
@@ -42,12 +39,8 @@ jobs:
42
39
- run:
43
40
name: Pre-Publish Script
44
41
command: ./tools/publish.sh
45
- # - run:
46
- # name: Authenticate with registry
47
- # command: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/repo/.npmrc
48
49
- name: Publish CLI
50
- command: npm run publish
+ - run: npm run build
+ - run: npm run publish
51
52
workflows:
53
version: 2
0 commit comments