Skip to content

Commit

Permalink
Put back server lint action as it is used. (Duh!)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellenwood committed Dec 21, 2023
1 parent 5f7fbc1 commit b222143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"create-block": "cd \"$npm_package_config_coreThemeBlocksDir/tribe\" && npx @wordpress/create-block --no-plugin --namespace tribe",
"packages-update": "wp-scripts packages-update",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses"
"check-licenses": "wp-scripts check-licenses",
"server-lint": "npm run lint:js && npm run lint:css && npm run lint:configs && npm run lint:pkg-json"
}
}

0 comments on commit b222143

Please sign in to comment.