mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
Forgot to change yarn to npm install
This commit is contained in:
parent
555b39c966
commit
0e2c12dfaa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install app dependencies and build web
|
- name: Install app dependencies and build web
|
||||||
# Remove `&& yarn build` if you build your frontend in `beforeBuildCommand`
|
# Remove `&& yarn build` if you build your frontend in `beforeBuildCommand`
|
||||||
run: npm && npm build # Change this to npm, yarn or pnpm.
|
run: npm install # Change this to npm, yarn or pnpm.
|
||||||
|
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
uses: tauri-apps/tauri-action@v0
|
uses: tauri-apps/tauri-action@v0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue