Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-FAIR
Commits
78bf9a24
Commit
78bf9a24
authored
5 months ago
by
Ahmed Ilyas
Browse files
Options
Downloads
Patches
Plain Diff
Support windows commands
parent
ac4badd4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2178
Support windows commands
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gui/package.json
+8
-7
8 additions, 7 deletions
gui/package.json
gui/yarn.lock
+8
-1
8 additions, 1 deletion
gui/yarn.lock
with
16 additions
and
8 deletions
gui/package.json
+
8
−
7
View file @
78bf9a24
...
...
@@ -5,10 +5,9 @@
"@date-io/date-fns"
:
"^1.3.13"
,
"@fontsource/material-icons"
:
"^4.2.1"
,
"@fontsource/titillium-web"
:
"^4.2.2"
,
"@lauri-codes/materia"
:
"^1.0.1"
,
"crystcif-parse"
:
"0.2.9"
,
"@h5web/app"
:
"8.0.0"
,
"@h5web/lib"
:
"8.0.0"
,
"@lauri-codes/materia"
:
"^1.0.1"
,
"@material-ui/core"
:
"^4.12.4"
,
"@material-ui/icons"
:
"^4.11.3"
,
"@material-ui/lab"
:
"^4.0.0-alpha.61"
,
...
...
@@ -21,6 +20,7 @@
"base-64"
:
"^1.0.0"
,
"chroma-js"
:
"^2.0.3"
,
"clsx"
:
"^1.0.4"
,
"crystcif-parse"
:
"0.2.9"
,
"d3"
:
"^5.9.1"
,
"date-fns"
:
"^2.22.1"
,
"dompurify"
:
"^3.0.1"
,
...
...
@@ -84,12 +84,12 @@
"yup"
:
"^0.32.11"
},
"scripts"
:
{
"start"
:
"
export
NODE_OPTIONS=--openssl-legacy-provider
&&
craco start"
,
"build"
:
"
export CI=true && export
NODE_OPTIONS=--openssl-legacy-provider && craco build"
,
"test"
:
"
export
WAIT_FOR_GUI=None
&&
craco test --testPathIgnorePatterns=.*/conftest.spec.js --watchAll=false --maxWorkers=4"
,
"start"
:
"
cross-env
NODE_OPTIONS=--openssl-legacy-provider craco start"
,
"build"
:
"
cross-env CI=true
NODE_OPTIONS=--openssl-legacy-provider && craco build"
,
"test"
:
"
cross-env
WAIT_FOR_GUI=None craco test --testPathIgnorePatterns=.*/conftest.spec.js --watchAll=false --maxWorkers=4"
,
"watch-test"
:
"craco test --testPathIgnorePatterns=.*/conftest.spec.js --maxWorkers=4"
,
"test-integration"
:
"
export
READ_MODE=api WRITE_MODE=none
&&
craco test --testPathIgnorePatterns=.*/conftest.spec.js --watchAll=false --runInBand"
,
"test-record"
:
"
export
READ_MODE=api WRITE_MODE=snapshot
&&
craco test --testPathIgnorePatterns=.*/conftest.spec.js --watchAll=false --runInBand"
,
"test-integration"
:
"
cross-env
READ_MODE=api WRITE_MODE=none craco test --testPathIgnorePatterns=.*/conftest.spec.js --watchAll=false --runInBand"
,
"test-record"
:
"
cross-env
READ_MODE=api WRITE_MODE=snapshot craco test --testPathIgnorePatterns=.*/conftest.spec.js --watchAll=false --runInBand"
,
"lint"
:
"eslint 'src/**/*.js'"
,
"eject"
:
"craco eject"
},
...
...
@@ -102,6 +102,7 @@
"@testing-library/user-event"
:
"^14.2.0"
,
"@welldone-software/why-did-you-render"
:
"^7.0.1"
,
"craco-workbox"
:
"^0.2.0"
,
"cross-env"
:
"^7.0.3"
,
"eslint"
:
"^7.11.0"
,
"eslint-config-standard"
:
"^17.0.0"
,
"eslint-plugin-import"
:
"^2.14.0"
,
...
...
This diff is collapsed.
Click to expand it.
gui/yarn.lock
+
8
−
1
View file @
78bf9a24
...
...
@@ -4865,6 +4865,13 @@ create-require@^1.1.0:
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
cross-env@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
dependencies:
cross-spawn "^7.0.1"
cross-fetch@^3.1.5:
version "3.1.5"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
...
...
@@ -4872,7 +4879,7 @@ cross-fetch@^3.1.5:
dependencies:
node-fetch "2.6.7"
cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.2:
cross-spawn@7.0.3, cross-spawn@^7.0.0,
cross-spawn@^7.0.1,
cross-spawn@^7.0.2:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment