Skip to content

Commit

Permalink
Shift test:integration npm script from 'fe' to root
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhoop committed Apr 3, 2023
1 parent ea2c3f3 commit 0b268c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"lint": "eslint src/ --fix --max-warnings=0",
"seed:test": "echo 'No script specified, seed skipped'",
"start": "yarn && yarn build:development",
"test:integration": "cypress run",
"test:unit": "jest",
"test": "yarn && node scripts/test-suite.mjs",
"server": "yarn --cwd ../be node server.js"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"fe:build": "yarn --cwd fe build",
"be:server": "node ./be/server.js",
"dev": "nodemon ./be/server.js",
"test:integration": "cypress run",
"prepare": "husky install"
},
"devDependencies": {
Expand Down

0 comments on commit 0b268c5

Please sign in to comment.