Skip to content

Commit

Permalink
move to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad authored and Daniel15 committed Sep 17, 2024
1 parent 2c61592 commit 2386494
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Preview
run: npx pkg-pr-new publish --compact
run: yarn pkg-pr-new publish --compact
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@babel/preset-flow": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"picocolors": "^1.0.1",
"flow-parser": "0.*",
"graceful-fs": "^4.2.4",
"micromatch": "^4.0.7",
"neo-async": "^2.5.0",
"picocolors": "^1.0.1",
"recast": "^0.23.9",
"temp": "^0.9.4",
"write-file-atomic": "^5.0.1"
Expand All @@ -54,7 +54,8 @@
"@babel/eslint-parser": "^7.24.7",
"eslint": "8.56.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.3"
"jsdoc": "^4.0.3",
"pkg-pr-new": "^0.0.24"
},
"jest": {
"roots": [
Expand Down
Loading

0 comments on commit 2386494

Please sign in to comment.