Skip to content

Commit

Permalink
Always happy exit
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Apr 30, 2019
1 parent a783f5f commit 5b8480d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@
"prestart": "npx check-node-version --package && npm run -s install-if-deps-outdated && node bin/welcome.js",
"start": "npm run -s build",
"poststart": "cross-env-shell BROWSERSLIST_ENV=evergreen NODE_PATH=$NODE_PATH:server:client:. node $NODE_ARGS --max_old_space_size=4096 build/bundle.js",
"reformat-files": "run-s reformat-files:*",
"reformat-files": "run-p -c reformat-files:*",
"reformat-files:js": "./node_modules/.bin/prettier --ignore-path .eslintignore --write \"**/*.{js,jsx,json,ts,tsx}\"",
"reformat-files:css": "npm run -s lint:css -- --fix",
"reformat-files:css": "npm run -s lint:css -- --fix || exit 0",
"pretest": "npm run -s install-if-deps-outdated",
"test": "run-s -s test-client test-packages test-server",
"pretest-client": "npm run -s pretest",
Expand Down

0 comments on commit 5b8480d

Please sign in to comment.