File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ using [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/) from wi
37
37
We provide the following ` npm ` scripts for your convenience:
38
38
39
39
- ` 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
41
41
- ` npm run lint ` runs the linter (fixes problems in your code)
42
42
- ` npm run format ` runs the formatter (formats your code in a unified way)
43
43
- ` 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
45
45
46
46
## Docker
47
47
You can’t perform that action at this time.
0 commit comments