0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 12:23:21 +00:00

update circleCI config

This commit is contained in:
Trevor Buckner
2022-11-10 21:37:45 -05:00
parent 4121cc0e14
commit aa1100642d
3 changed files with 4236 additions and 30 deletions

View File

@@ -5,7 +5,7 @@
version: 2.1 version: 2.1
orbs: orbs:
node: circleci/node@3.0.0 node: circleci/node@5.0.3
jobs: jobs:
build: build:
@@ -55,13 +55,13 @@ jobs:
at: . at: .
# run tests! # run tests!
- run: - run:
name: Test - Basic name: Test - Basic
command: npm run test:basic command: npm run test:basic
- run: - run:
name: Test - Mustache Spans name: Test - Mustache Spans
command: npm run test:mustache-span command: npm run test:mustache-span
- run: - run:
name: Test - Routes name: Test - Routes
command: npm run test:route command: npm run test:route
@@ -71,4 +71,4 @@ workflows:
- build - build
- test: - test:
requires: requires:
- build - build

4255
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -77,6 +77,7 @@
"mongoose": "^6.7.0", "mongoose": "^6.7.0",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"nconf": "^0.12.0", "nconf": "^0.12.0",
"npm": "^9.1.1",
"react": "^16.14.0", "react": "^16.14.0",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"react-frame-component": "4.1.3", "react-frame-component": "4.1.3",