Skip to content

Commit cfcef9b

Browse files
committed
NOJIRA: Add npm run serve, eslint, and flow targets
Add a devDependency on 'serve' to facilitate local testing of non-dev builds (npm run build).
1 parent 7cb517c commit cfcef9b

3 files changed

Lines changed: 842 additions & 11 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: NPM install (ci)
3333
run: npm ci
3434
- name: Lint
35-
run: npx eslint .
35+
run: npm run eslint
3636
- name: Build
3737
run: npm run build
3838
- name: Flow
39-
run: npx flow check
39+
run: npm run flow check
4040
- name: Test
4141
run: npm test -- --verbose --coverage
4242
- name: Archive Test Code Coverage Report

0 commit comments

Comments
 (0)