Skip to content

Commit

Permalink
PXWEB2-166 Add command for running tests in all projects (#104)
Browse files Browse the repository at this point in the history
Since we need to run tests easily, in various places, we need a script
for running all tests easily.


Co-authored-by: Kent Mossbaeck <>
Co-authored-by: Michael Pande <>
Co-authored-by: Per Inge Vaaje <[email protected]>
Co-authored-by: Mikael Nordberg <[email protected]>
  • Loading branch information
3 people committed Apr 9, 2024
1 parent 97540eb commit b5a81c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"start": "npx nx run pxweb2:serve",
"prebuild": "npm run build-style-dictionary",
"build": "nx run pxweb2:build && nx run pxweb2-ui:build-storybook",
"test": "nx run-many -t test -p pxweb2 pxweb2-ui",
"start-storybook": "npx nx run pxweb2-ui:storybook",
"build-storybook": "npx nx run pxweb2-ui:build-storybook",
"build-style-dictionary": "node libs/pxweb2-ui/style-dictionary/build.js",
Expand Down

0 comments on commit b5a81c2

Please sign in to comment.