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 lint 9 CI=true npm run test 10 11build: 12 npm run build 13 14lint: 15 npm run lint 16 17fix-lint: 18 npm run lint -- --fix