Skip to content

Commit

Permalink
NAS-128451: Port WidgetSysInfoComponent to new dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko committed May 15, 2024
1 parent 4bff083 commit caaa28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --runInBand",
"test:pr": "yarn run check-env -s && echo 'Setting up temporary environment file...\\n' && yarn run ui remote -i 'headless.local' && jest --coverage --maxWorkers=2 src/app/pages/dashboard/components",
"test:pr": "yarn run check-env -s && echo 'Setting up temporary environment file...\\n' && yarn run ui remote -i 'headless.local' && jest --coverage --maxWorkers=2",
"test:changed": "node scripts/test_changed.js",
"lint": "ng lint && stylelint 'src/**/*.scss' && markuplint 'src/**/*.html'",
"lint:fix": "ng lint --fix && stylelint --fix 'src/**/*.scss' && markuplint --fix 'src/**/*.html'",
Expand Down

0 comments on commit caaa28c

Please sign in to comment.