mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
Forgot to change yarn to npm
This commit is contained in:
parent
5ebb3e8963
commit
555b39c966
1 changed files with 2 additions and 2 deletions
4
.github/workflows/releases.yml
vendored
4
.github/workflows/releases.yml
vendored
|
@ -85,11 +85,11 @@ jobs:
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/*'
|
node-version: 'lts/*'
|
||||||
cache: 'yarn' # Set this to npm, yarn or pnpm.
|
cache: 'npm' # Set this to npm, yarn or pnpm.
|
||||||
|
|
||||||
- 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: yarn && yarn build # Change this to npm, yarn or pnpm.
|
run: npm && npm build # 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