Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
sehrish30 committed Jul 21, 2023
1 parent 5ea8ab5 commit f644bb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions headlessBrowserTesting/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
nohup.out
.DS_Store
/build
6 changes: 3 additions & 3 deletions headlessBrowserTesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "server.js",
"jest": {
"setupFilesAfterEnv": [
"./tests/setup.js"
]
},
"scripts": {
"start": "node index.js",
"server": "nodemon index.js --ignore tests",
"start": "node server.js",
"server": "nodemon server.js --ignore tests",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"build": "NPM_CONFIG_PRODUCTION=false npm install --legacy-peer-deps --prefix client && npm run build --prefix client",
Expand Down

0 comments on commit f644bb3

Please sign in to comment.