Skip to content

Commit e488af5

Browse files
committed
changed launch.json settings
1 parent 3823120 commit e488af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"pretest": "npm run lint",
153153
"docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./src/",
154154
"gh-pages": "wintersmith build -C docs && gh-pages -d docs/build",
155-
"start": "npm run server:dev",
155+
"start": "npm run server:prod",
156156
"start:hmr": "npm run server:dev:hmr",
157157
"version": "npm run build",
158158
"build:electron": "npm run build:electron.full",

0 commit comments

Comments
 (0)