diff --git a/package.json b/package.json index 1267d0ea..707b86ec 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "browserslist": "> 1%", "scripts": { "build": "gulp build", + "serve": "gulp serve", "lint": "eslint src/js && npm run-script remark", "lint:fix": "eslint --fix src/js", "remark": "remark -f --use 'validate-links=repository:\"sampotts/plyr\"' '{,!(node_modules),.?**/}*.md'",