Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 37a0592

Browse files
committed
Add helper command for working on server
1 parent 73f1a6e commit 37a0592

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎docs/development-guide.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ whenever you've made a change, and then reload you vscode window to re-launch
6363
the server.
6464

6565
```
66-
cd server
67-
npm run compile
68-
npm i -g .
66+
npm run reinstall-server
6967
# Reload vscode window.
7068
```
7169

‎package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"test:coverage": "npm run test -- --coverage",
1414
"test:watch": "npm run test -- --watch",
1515
"check": "npm run lint && npm run test",
16-
"check:bail": "npm run lint:bail && npm run test"
16+
"check:bail": "npm run lint:bail && npm run test",
17+
"reinstall-server": "npm run compile && npm i -g ./server"
1718
},
1819
"devDependencies": {
1920
"@types/jest": "^22.2.2",
@@ -63,5 +64,6 @@
6364
"text-summary",
6465
"html"
6566
]
66-
}
67+
},
68+
"dependencies": {}
6769
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /