From 950786b117c8a27f1670ca37c989cf13e3048ff6 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Thu, 16 Dec 2021 22:58:58 +1100 Subject: [PATCH] chore: npm script syntax tweak --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84b5481b..00006852 100644 --- a/package.json +++ b/package.json @@ -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",