Skip to content

Commit 910a45a

Browse files
author
Dennis Labordus
committed
Small review comments.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent e9a6cfe commit 910a45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ using [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/) from wi
3737
We provide the following `npm` scripts for your convenience:
3838

3939
- `npm start` runs `CoMPAS OpenSCD` for development, reloading on file changes
40-
- `npm test` runs the test suite with Karma
40+
- `npm test` runs the test suite with Web Test Runner
4141
- `npm run lint` runs the linter (fixes problems in your code)
4242
- `npm run format` runs the formatter (formats your code in a unified way)
4343
- `npm run doc` builds HTML documentation into the `doc` directory
44-
- `npm run build` builds a deployable version of the project into the `dist` directory
44+
- `npm run build` builds a deployable version of the project into the `build` directory
4545

4646
## Docker
4747

0 commit comments

Comments
 (0)