Skip to content

Commit

Permalink
Merge pull request #116 from snyk-tech-services/fix/semantic-release
Browse files Browse the repository at this point in the history
Fix/semantic release
  • Loading branch information
lili2311 authored Mar 3, 2023
2 parents c6a2813 + 53cc78a commit beafa26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
color: '#42e2f4'
message: Starting snyk-licenses build & monitor
- checkout
- run: npm install semantic-release @semantic-release/exec pkg --save-dev
- install_deps
- build_ts
- run: npm test
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"yargs": "17.6.0"
},
"devDependencies": {
"@semantic-release/exec": "5.0.0",
"@types/cheerio": "0.22.31",
"@types/jest": "29.1.2",
"@types/lodash": "4.14.186",
Expand All @@ -61,7 +62,9 @@
"cpx": "1.5.0",
"eslint": "8.18.0",
"jest": "26.4.2",
"pkg": "5.8.0",
"prettier": "2.7.1",
"semantic-release": "17.3.0",
"ts-jest": "25.5.1",
"ts-node": "8.6.2",
"tsc-watch": "^4.1.0",
Expand Down

0 comments on commit beafa26

Please sign in to comment.