Skip to content

Commit

Permalink
Remove semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDeVries committed Nov 16, 2023
1 parent a09acb9 commit 52ba69f
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 2,982 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"lint:format": "prettier --check .",
"lint:code": "eslint . --max-warnings=0",
"lint:types": "tsc --noEmit",
"lint:all": "concurrently -g -c auto -n \"format,code,types\" \"yarn lint:format\" \"yarn lint:code\" \"yarn lint:types\"",
"semantic-release": "semantic-release --branches main"
"lint:all": "concurrently -g -c auto -n \"format,code,types\" \"yarn lint:format\" \"yarn lint:code\" \"yarn lint:types\""
},
"dependencies": {
"@logseq/libs": "^0.0.15"
Expand All @@ -27,7 +26,6 @@
"eslint-plugin-import": "^2.29.0",
"prettier": "^3.1.0",
"process": "^0.11.10",
"semantic-release": "^22.0.7",
"typescript": "5.2.2",
"vite": "^4.5.0",
"vite-plugin-logseq": "^1.1.2"
Expand Down
Loading

0 comments on commit 52ba69f

Please sign in to comment.