refactor: semantic release and ci workflow (#46)
* refactor: update ci and semantic release
This commit is contained in:
parent
773d775f31
commit
dbcc476c26
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Install packages
|
||||
- name: Install dependencies
|
||||
run: yarn --frozen-lockfile
|
||||
|
||||
- name: Building project
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Install packages
|
||||
- name: Install dependencies
|
||||
run: yarn --frozen-lockfile
|
||||
|
||||
- name: Next.js linting
|
||||
|
@ -29,9 +29,8 @@
|
||||
"lint:prettier": "prettier \".\" --check",
|
||||
"lint:commit": "commitlint",
|
||||
"lint:staged": "lint-staged",
|
||||
"release": "semantic-release",
|
||||
"generate": "plop",
|
||||
"semantic-release": "semantic-release"
|
||||
"release": "semantic-release --branches main",
|
||||
"generate": "plop"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/open-sans": "^4.5.11",
|
||||
|
Loading…
Reference in New Issue
Block a user