Skip to content

Commit

Permalink
Migrate to yarn v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Dec 7, 2024
1 parent 8c510eb commit 8496e08
Show file tree
Hide file tree
Showing 5 changed files with 3,290 additions and 2,460 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ node_modules
#*.rbc
.rvmrc
.ruby-version
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

Gemfile.lock
gemfiles/*.lock
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"repository": "[email protected]:railsware/js-routes.git",
"author": "Bogdan Gusiev <[email protected]>, Alexey Vasiliev <https://leopard.in.ua> ",
"license": "MIT",
"private": false,
"devDependencies": {
"typescript": "^4.1.2"
},
Expand Down Expand Up @@ -34,5 +33,6 @@
"./lib/routes.ts": [
"yarn lint:fix"
]
}
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion spec/js_routes/module_types/dts_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
command = "yarn tsc --strict --noEmit -p spec/tsconfig.json"
stdout, stderr, status = Open3.capture3(command)
expect(stderr).to eq("")
expect(stdout).to include("Done in ")
expect(stdout).to eq("")
expect(status).to eq(0)
end
end
Expand Down
Loading

0 comments on commit 8496e08

Please sign in to comment.