chore(build): use pnpm instead of yarn

This commit is contained in:
Sam Potts 2023-03-09 22:32:03 +11:00
parent 62436d8e8e
commit ed0b901d11
4 changed files with 13886 additions and 13676 deletions

View File

@ -1 +1 @@
16.18.1
19.7.0

View File

@ -30,11 +30,12 @@
},
"browserslist": "> 1%",
"scripts": {
"postinstall": "pnpm build",
"build": "gulp build",
"lint": "eslint src/js && npm run remark && stylelint **/*.scss",
"lint": "eslint src/js && pnpm remark && stylelint **/*.scss",
"lint:fix": "eslint --fix src/js && stylelint **/*.scss --fix",
"remark": "remark -f --use 'validate-links=repository:\"sampotts/plyr\"' '{,!(node_modules),.?**/}*.md'",
"deploy": "yarn lint && gulp version && gulp build && gulp deploy",
"deploy": "pnpm lint && gulp version && gulp build && gulp deploy",
"format": "prettier --write \"./{src,demo/src}/**/*.{js,scss}\"",
"spellcheck": "cspell \"**/*.{js,md,scss,json}\" --no-must-find-files",
"start": "gulp"

13882
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

13673
yarn.lock

File diff suppressed because it is too large Load Diff