Migrate to PNPM

Also remove lockfile from Git repository
This commit is contained in:
Nikita Karamov 2022-02-02 15:04:15 +01:00
parent 6ee4f6da92
commit d51c6e860d
No known key found for this signature in database
GPG Key ID: 3C8E688C96EEB9C9
3 changed files with 3 additions and 7115 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@ dist/
.idea/
node_modules/
.vscode/
yarn-error.log
pnpm-lock.yaml

View File

@ -38,8 +38,8 @@
"lint": "eslint src/*.js",
"release": "np",
"size": "size-limit",
"test": "yarn lint && yarn build && yarn size",
"postversion": "yarn build"
"test": "pnpm run lint && pnpm run build && pnpm run size",
"postversion": "pnpm run build"
},
"devDependencies": {
"@nickkaramoff/rollup-plugin-consts": "^1.1.0",

7112
yarn.lock

File diff suppressed because it is too large Load Diff