Skip to content

Commit

Permalink
update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
leider committed Dec 24, 2023
1 parent b8563cb commit 0d7c1d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/agora-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
node-version: '18.x'
cache: "yarn"
- run: yarn install --immutable
- run: grunt
- run: yarn test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@
"sharp": "0.32.6"
},
"scripts": {
"deploy": "yarn prepare && grunt deploy_production",
"start": "node --icu-data-dir=node_modules/full-icu start-softwerkskammer",
"test": "grunt tests",
"test": "yarn prepare && grunt",
"prepare": "git log -1 --pretty=\"format:a.dropdown-item.nav-link(href='https://github.com/softwerkskammer/Agora/commit/%H', target='_blank')%n i.fab.fa-github.fa-fw%n |  Version: %h\" > softwerkskammer/version.pug"
},
"packageManager": "yarn@4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ git pull
corepack enable
yarn install --frozen-lockfile
git checkout -- yarn.lock
grunt deploy_production
yarn deploy

0 comments on commit 0d7c1d5

Please sign in to comment.