Skip to content

Commit

Permalink
build: update Yarn configuration and scripts (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolel authored Jan 4, 2025
1 parent 6747800 commit e547656
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 38 deletions.
33 changes: 0 additions & 33 deletions .yarn/plugins/@yarnpkg/plugin-outdated.cjs

This file was deleted.

11 changes: 6 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
enableTelemetry: false

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"

yarnPath: .yarn/releases/yarn-4.6.0.cjs

compressionLevel: mixed

enableGlobalCache: false

enableTelemetry: false
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"prebuild": "npm run clean",
"build": "grunt build",
"start": "grunt serve",
"serve": "yarn run start",
"predeploy": "firebase use default",
"deploy": "firebase deploy --only database:rules,hosting -m \"[ci] $(git rev-parse --short HEAD)\" --token \"$FIREBASE_TOKEN\"",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit e547656

Please sign in to comment.