Skip to content

Commit

Permalink
chore: npm script syntax tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sampotts committed Dec 16, 2021
1 parent 626e1db commit 950786b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"browserslist": "> 1%",
"scripts": {
"build": "gulp build",
"lint": "eslint src/js && npm run-script remark && stylelint **/*.scss",
"lint": "eslint src/js && npm run 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",
Expand Down

0 comments on commit 950786b

Please sign in to comment.