UNPKG

155 BPlain TextView Raw
1build:
2 npm run frontend:build
3
4watch:
5 npm run frontend:watch
6
7mockup:
8 npm run mockupserver
9
10lint:
11 npm run lint
12
13test:
14 npm run test
15 npm run test-ldap