mirror of
https://github.com/logos-messaging/waku-react.git
synced 2026-01-02 22:23:11 +00:00
up workflow
This commit is contained in:
parent
c062e9f094
commit
dd192df73e
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ env.NODE_JS }}
|
||||
- uses: bahmutov/npm-install@v1
|
||||
- run: npm i
|
||||
- run: npm run lint
|
||||
- run: npm run type
|
||||
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ env.NODE_JS }}
|
||||
- uses: bahmutov/npm-install@v1
|
||||
- run: npm i
|
||||
- run: npm run build
|
||||
|
||||
release:
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ env.NODE_JS }}
|
||||
- uses: bahmutov/npm-install@v1
|
||||
- run: npm i
|
||||
|
||||
- name: Append git hash to version
|
||||
shell: bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user