2018-08-19 00:00:53 +03:00
|
|
|
start:
|
|
|
|
npm start
|
|
|
|
|
|
|
|
install:
|
|
|
|
npm install
|
|
|
|
|
|
|
|
test:
|
2020-02-12 00:11:08 +03:00
|
|
|
npm run generate
|
2018-08-19 00:00:53 +03:00
|
|
|
npm run lint
|
2020-02-11 23:19:00 +03:00
|
|
|
CI=true npm run test
|
2018-08-19 00:00:53 +03:00
|
|
|
|
|
|
|
build:
|
|
|
|
npm run build
|