Skip to content

Commit

Permalink
removed extra modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbioinfo committed Nov 27, 2023
1 parent 87c8a10 commit 1e28393
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ bower_components
build/Release

# Dependency directories
node_modules/
./node_modules/
**/node_modules/
jspm_packages/

# TypeScript v1 declaration files
Expand Down
3 changes: 2 additions & 1 deletion nanolims_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"start": "next start",
"lint": "next lint",
"test": "jest",
"test-watch": "jest"
"test-watch": "jest --watch",
"test-coverage": "jest --coverage"
},
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down

0 comments on commit 1e28393

Please sign in to comment.