Skip to content

Commit ed0b901

Browse files
committed
chore(build): use pnpm instead of yarn
1 parent 62436d8 commit ed0b901

File tree

4 files changed

+13886
-13676
lines changed

4 files changed

+13886
-13676
lines changed

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
19.7.0

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@
3030
},
3131
"browserslist": "> 1%",
3232
"scripts": {
33+
"postinstall": "pnpm build",
3334
"build": "gulp build",
34-
"lint": "eslint src/js && npm run remark && stylelint **/*.scss",
35+
"lint": "eslint src/js && pnpm remark && stylelint **/*.scss",
3536
"lint:fix": "eslint --fix src/js && stylelint **/*.scss --fix",
3637
"remark": "remark -f --use 'validate-links=repository:\"sampotts/plyr\"' '{,!(node_modules),.?**/}*.md'",
37-
"deploy": "yarn lint && gulp version && gulp build && gulp deploy",
38+
"deploy": "pnpm lint && gulp version && gulp build && gulp deploy",
3839
"format": "prettier --write \"./{src,demo/src}/**/*.{js,scss}\"",
3940
"spellcheck": "cspell \"**/*.{js,md,scss,json}\" --no-must-find-files",
4041
"start": "gulp"

0 commit comments

Comments
 (0)