File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,16 @@ jobs:
17
17
# fallback to using the latest cache if no exact match is found
18
18
- v1-dependencies-
19
19
- run : npm install
20
- - save_cache :
21
- paths :
22
- - node_modules
23
- key : v1-dependencies-{{ checksum "package-lock.json" }}
24
20
# run tests!
25
21
- run : npm run build
26
22
- run :
27
23
name : Run Tests
28
24
command : npm test
25
+ - save_cache :
26
+ paths :
27
+ - node_modules
28
+ - packages/cli
29
+ key : v1-dependencies-{{ checksum "package-lock.json" }}
29
30
30
31
publish-job :
31
32
docker :
Original file line number Diff line number Diff line change 3
3
"version" : " 0.2.6" ,
4
4
"description" : " Create your TypeScript module with no nuild configuration" ,
5
5
"scripts" : {
6
- "publish-cli" : " ./node_modules/.bin/ semantic-release" ,
6
+ "publish-cli" : " semantic-release" ,
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
9
9
"repository" : {
You can’t perform that action at this time.
0 commit comments