Skip to content

Commit

Permalink
Migrate to PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiram6121 committed Oct 22, 2024
1 parent 4a57f5e commit 2fff22b
Show file tree
Hide file tree
Showing 13 changed files with 18,409 additions and 20,322 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist=true
14 changes: 0 additions & 14 deletions lerna.json

This file was deleted.

8 changes: 4 additions & 4 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"scripts": {
"lint": "eslint --ext .js,.ts .",
"fix-lint": "eslint --ext .js,.ts . --fix",
"build": "rimraf dist && yarn run type-check && webpack --env NODE_ENV=production",
"build:dev": "rimraf dist && yarn run type-check && webpack --env NODE_ENV=development",
"build:watch": "yarn run build:dev -- --watch",
"build": "rimraf dist && pnpm run type-check && webpack --env NODE_ENV=production",
"build:dev": "rimraf dist && pnpm run type-check && webpack --env NODE_ENV=development",
"build:watch": "pnpm run build:dev --watch",
"type-check": "tsc --emitDeclarationOnly",
"type-check:watch": "yarn run type-check -- --watch"
"type-check:watch": "pnpm run type-check --watch"
},
"repository": {
"type": "git",
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,5 @@
"lerna": "^6.1.0",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
},
"workspaces": [
"lib",
"samples/*"
]
}
}
Loading

0 comments on commit 2fff22b

Please sign in to comment.