Skip to content

Commit

Permalink
chore: switch to node_module mode
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 9, 2023
1 parent 1e6cad3 commit 29d8ee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nodeLinker: node-modules
enableTelemetry: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fl": "yarn format:eslint",
"fp": "yarn format:prettier",
"rl": "run-s pull clean build release",
"lint": "run-s lint:*",
"lint": "run-s 'lint:*'",
"lint:ts": "eslint . --config .eslintrc.json --ext .ts",
"build": "run-s build:ts build:r",
"build:ts": "tsc --build",
Expand Down

0 comments on commit 29d8ee7

Please sign in to comment.