Skip to content

Commit

Permalink
fix: issue Greenstand#191 npm run build does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
fustroli committed Dec 8, 2021
1 parent b84bd6f commit 5292faa
Show file tree
Hide file tree
Showing 5 changed files with 16,197 additions and 26,367 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ REACT_APP_API=https://dev-k8s.treetracker.org/webmap/
REACT_APP_API_WALLET=http://127.0.0.1:4010/mock
REACT_APP_TILE_SERVER_URL=https://{s}.treetracker.org/tiles/
REACT_APP_TILE_SERVER_SUBDOMAINS=dev-k8s
SKIP_PREFLIGHT_CHECK=true
SKIP_PREFLIGHT_CHECK=true
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly',
},
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
parserOptions: {
ecmaFeatures: {
jsx: true,
Expand Down
Loading

0 comments on commit 5292faa

Please sign in to comment.