Skip to content

Commit 51fcb3b

Browse files
committed
Updated development scripts section
1 parent b551302 commit 51fcb3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ Docker executor copies artifacts to and from .gitlab-ci-local/artifacts
180180
### Scripts
181181

182182
```bash
183-
npm install
183+
./docker-npm install
184184
npm run build
185-
npm start
185+
npm run test
186186
```
187187

188188
![example](./docs/images/example.png)

0 commit comments

Comments
 (0)