Skip to content

Commit

Permalink
yarnify
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Jul 20, 2024
1 parent 2ebfdf9 commit 22b34f2
Show file tree
Hide file tree
Showing 8 changed files with 7,126 additions and 12,588 deletions.
14 changes: 0 additions & 14 deletions .github/FUNDING.yml

This file was deleted.

9 changes: 5 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run test
- run: corepack enable
- run: yarn config set enableImmutableInstalls false
- run: yarn
- run: yarn build
- run: yarn lint
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org/'
- run: npm i
- run: npm run lint
- run: npm run build
- run: npm run test
- run: corepack enable
- run: yarn config set enableImmutableInstalls false
- run: yarn
- run: yarn build
- run: yarn lint
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ bin/
review.zip
dynamic.d.ts
/obsidian/.obsidian
.yarn/install-state.gz
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
compressionLevel: mixed

nodeLinker: node-modules
Loading

0 comments on commit 22b34f2

Please sign in to comment.