Mirror of a distributed, offline-first bug tracker embedded in git
1start: 2 npm start 3 4install: 5 npm install 6 7test: 8 npm run generate 9 npm run lint 10 CI=true npm run test 11 12build: 13 npm run build 14 15lint: 16 npm run lint 17 18fix-lint: 19 npm run lint -- --fix