Skip to content

Commit 727e23b

Browse files
author
Lan Le
committed
feat WIP: add mz spectra pos and neg
1 parent 28278ab commit 727e23b

File tree

5 files changed

+2689913
-671349
lines changed

5 files changed

+2689913
-671349
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"typescript": "^5.0.4"
4141
},
4242
"scripts": {
43-
"start": "react-scripts start",
44-
"build": "react-scripts build",
43+
"start": "react-scripts --max_old_space_size=12288 start",
44+
"build": "react-scripts --max_old_space_size=4096 build",
4545
"compile": "rm -rf dist && NODE_ENV=production babel --ignore tests,stories ./src --out-dir ./dist",
4646
"test": "react-scripts test --env=jsdom --verbose --testPathIgnorePatterns=./src/__tests__/fixtures/",
4747
"test:coverage": "CI=true react-scripts test --env=jsdom --verbose --testPathIgnorePatterns=./src/__tests__/fixtures/ --coverage",

0 commit comments

Comments
 (0)