Skip to content

Commit 9a80691

Browse files
update script
1 parent dfe3d64 commit 9a80691

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

examples/express-app/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The examples are compatible with [LTS versions of Node.js](https://github.com/no
88

99
## Setup & Run
1010

11+
1. Build:
12+
13+
```bash
14+
npm run build
15+
```
16+
1117
1. Install the dependencies using `npm`:
1218

1319
```bash

examples/express-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"scripts": {
3-
"start": "node server.mjs"
3+
"start": "node server.mjs",
4+
"build": "cd ../../src/feature-management && npm i && npm run build && cd ../../examples/express-app && npm i"
45
},
56
"dependencies": {
67
"@microsoft/feature-management": "../../src/feature-management",

0 commit comments

Comments
 (0)