Commit 090eeb34 authored by BryceLTaylor's avatar BryceLTaylor

circleci make test/results directory before tests

parent 6634c6c0
...@@ -50,6 +50,7 @@ aliases: ...@@ -50,6 +50,7 @@ aliases:
name: "setup and run lint tests" name: "setup and run lint tests"
command: | command: |
npm --production=false install npm --production=false install
mkdir ./test/results
npm run test:lint npm run test:lint
- run: - run:
name: "run npm build" name: "run npm build"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment