Skip to content

Commit

Permalink
🧪 Update Fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlee-dev committed Jun 8, 2020
1 parent 9cf8c4c commit 276149c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions __tests__/fixtures/package-js.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A MERN application bootstrapped with create-mern-application.",
"main": "build/index.js",
"scripts": {
"build": "rimraf dist && webpack --display=errors-only && rimraf build && babel src/server --out-dir build",
"build": "rimraf dist && webpack --display=errors-only && rimraf build && babel src/server --out-dir build && copyfiles -f src/server/assets/**/* build/assets",
"dev": "env-cmd -e development npm run spinup",
"spinup": "node build/index.js",
"start": "start-server-and-test dev http://localhost:3000 'webpack-dev-server --info=false'",
Expand All @@ -19,7 +19,7 @@
"chalk": "^4.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.9.17",
"mongoose": "^5.9.18",
"morgan": "^1.10.0",
"node-fetch": "^2.6.0",
"react": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion __tests__/fixtures/package-ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"chalk": "^4.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.9.17",
"mongoose": "^5.9.18",
"morgan": "^1.10.0",
"node-fetch": "^2.6.0",
"react": "^16.13.1",
Expand Down

0 comments on commit 276149c

Please sign in to comment.