Skip to content
Snippets Groups Projects
Commit 8544446c authored by Behrisch, M. (Michael)'s avatar Behrisch, M. (Michael)
Browse files

chore: :art: adds current `nx` run commands to package.json

The current package.json did not have `run`, `dev`, or working `test` run targets.
parent c1916712
No related branches found
No related tags found
2 merge requests!17fix(storybook): :ambulance: adds babel config for module resolution of util projects,!15May 2022 merge request
......@@ -4,6 +4,8 @@
"license": "MIT",
"scripts": {
"start": "nx serve",
"storybook": "nx run web-graphpolaris:storybook",
"dev": "nx run web-graphpolaris:dev",
"build": "nx build",
"test": "nx test",
"test:all": "nx affected:test --all --codeCoverage --skip-nx-cache",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment