Skip to content

Commit

Permalink
try like this
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed Apr 29, 2024
1 parent 5a9ae7d commit 3a14536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lintBrowser": "eslint ./src/**/*.{ts,tsx} ./src/*.{ts,tsx}",
"lintSamples": "eslint ../samples/**/**/**/*.{ts,tsx} ./templates/**/src/*.{ts,tsx} ",
"start": "gulp updateBrowser && set PORT=4200 && react-app-rewired --max_old_space_size=10240 start",
"build": "gulp updateBrowser && react-app-rewired --max_old_space_size=10240 build",
"build": "gulp updateBrowser && react-app-rewired build",
"host": "set PORT=4200 && react-app-rewired --max_old_space_size=10240 start",
"postbuild": "node tasks/copyWebConfig.js && gulp verifyBuild",
"test": "gulp updateBrowser && react-app-rewired test --env=jsdom",
Expand Down
2 changes: 1 addition & 1 deletion browser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"esModuleInterop": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"sourceMap": false,
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"baseUrl": ".",
Expand Down

0 comments on commit 3a14536

Please sign in to comment.