robdiciuccio commented on a change in pull request #11498:
URL: https://github.com/apache/superset/pull/11498#discussion_r608035846
##########
File path: superset-websocket/package.json
##########
@@ -0,0 +1,41 @@
+{
+ "name": "superset-websocket",
+ "version": "0.0.1",
+ "description": "Websocket sidecar application for Superset",
+ "main": "index.js",
+ "scripts": {
+ "start": "node dist/index.js start",
+ "test": "NODE_ENV=test jest -i spec",
+ "type": "tsc --noEmit",
+ "lint": "eslint . --ext .js,.jsx,.ts,.tsx && npm run type",
+ "dev-server": "ts-node src/index.ts start",
+ "build": "tsc",
+ "prettier-check": "prettier --check .",
Review comment:
This was named `prettier-check` for consistency with superset-frontend.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]