mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
circleci make test/results directory before tests
This commit is contained in:
parent
6634c6c067
commit
090eeb3438
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue