Skip to content

Commit 874bb8d

Browse files
committed
fix: replace pnpm with npm in scripts
1 parent 2b3e483 commit 874bb8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"browserslist": "> 1%",
3232
"scripts": {
33-
"postinstall": "pnpm build",
33+
"postinstall": "npm run build",
3434
"build": "gulp build",
35-
"lint": "eslint src/js && pnpm remark && stylelint **/*.scss",
35+
"lint": "eslint src/js && npm run remark && stylelint **/*.scss",
3636
"lint:fix": "eslint --fix src/js && stylelint **/*.scss --fix",
3737
"remark": "remark -f --use 'validate-links=repository:\"sampotts/plyr\"' '{,!(node_modules),.?**/}*.md'",
38-
"deploy": "pnpm lint && gulp version && gulp build && gulp deploy",
38+
"deploy": "npm run lint && gulp version && gulp build && gulp deploy",
3939
"format": "prettier --write \"./{src,demo/src}/**/*.{js,scss}\"",
4040
"spellcheck": "cspell \"**/*.{js,md,scss,json}\" --no-must-find-files",
4141
"start": "gulp"

0 commit comments

Comments
 (0)