circleci make test/results directory before tests

This commit is contained in:
BryceLTaylor 2021-02-02 11:03:41 -05:00
parent 6634c6c067
commit 090eeb3438

View file

@ -50,6 +50,7 @@ aliases:
name: "setup and run lint tests"
command: |
npm --production=false install
mkdir ./test/results
npm run test:lint
- run:
name: "run npm build"