We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d545c commit 2ec3037Copy full SHA for 2ec3037
package.json
@@ -12,7 +12,7 @@
12
"start": "node --harmony ./src/server/index.js",
13
"build": "node --harmony ./src/server/build.js",
14
"dev": "docker/compose-wrapper.sh",
15
- "dev:start": "npm run dev up sshd workspace_node_dev",
+ "dev:up": "npm run dev up sshd workspace_node_dev",
16
"dev:stop": "npm run dev stop",
17
"dev:down": "npm run dev down",
18
"dev:status": "npm run dev status",
0 commit comments