Skip to content

Commit

Permalink
save work (#2862)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh-streamlit committed Feb 25, 2021
1 parent bebf7b9 commit fede05b
Show file tree
Hide file tree
Showing 3 changed files with 1,294 additions and 1,045 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "./",
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "env NODE_OPTIONS=--max_old_space_size=8192 craco start",
"start": "env NODE_OPTIONS=--max_old_space_size=8192 ESLINT_NO_DEV_ERRORS=true craco start",
"build": "env NODE_OPTIONS=--max_old_space_size=8192 craco build",
"test": "env NODE_OPTIONS=--max_old_space_size=8192 craco test --env=jsdom",
"test:coverage": "env NODE_OPTIONS=--max_old_space_size=8192 craco test --env=jsdom --coverage --watchAll false --watch false ./",
Expand Down Expand Up @@ -158,7 +158,7 @@
"mocha-multi-reporters": "^1.1.7",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react-scripts": "4.0.1",
"react-scripts": "4.0.3",
"scss-to-json": "^2.0.0",
"source-map-explorer": "^2.4.2",
"start-server-and-test": "^1.11.2",
Expand Down

0 comments on commit fede05b

Please sign in to comment.