Skip to content

Commit

Permalink
feat WIP: add mz spectra pos and neg
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan Le committed Sep 4, 2024
1 parent 28278ab commit 727e23b
Show file tree
Hide file tree
Showing 5 changed files with 2,689,913 additions and 671,349 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"typescript": "^5.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "react-scripts --max_old_space_size=12288 start",
"build": "react-scripts --max_old_space_size=4096 build",
"compile": "rm -rf dist && NODE_ENV=production babel --ignore tests,stories ./src --out-dir ./dist",
"test": "react-scripts test --env=jsdom --verbose --testPathIgnorePatterns=./src/__tests__/fixtures/",
"test:coverage": "CI=true react-scripts test --env=jsdom --verbose --testPathIgnorePatterns=./src/__tests__/fixtures/ --coverage",
Expand Down
Loading

0 comments on commit 727e23b

Please sign in to comment.