diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index acc4b7e1f..d48841517 100644 --- a/package.json +++ b/package.json | |||
@@ -46,7 +46,6 @@ | |||
46 | "dev:embed": "scripty", | 46 | "dev:embed": "scripty", |
47 | "dev:client": "scripty", | 47 | "dev:client": "scripty", |
48 | "dev:cli": "scripty", | 48 | "dev:cli": "scripty", |
49 | "dev:embed": "scripty", | ||
50 | "start": "node dist/server", | 49 | "start": "node dist/server", |
51 | "start:server": "node dist/server --no-client", | 50 | "start:server": "node dist/server --no-client", |
52 | "update-host": "node ./dist/scripts/update-host.js", | 51 | "update-host": "node ./dist/scripts/update-host.js", |
@@ -73,6 +72,7 @@ | |||
73 | "mocha": "mocha", | 72 | "mocha": "mocha", |
74 | "ci": "scripty", | 73 | "ci": "scripty", |
75 | "release": "scripty", | 74 | "release": "scripty", |
75 | "release-embed-api": "scripty", | ||
76 | "nightly": "scripty", | 76 | "nightly": "scripty", |
77 | "client-report": "scripty" | 77 | "client-report": "scripty" |
78 | }, | 78 | }, |