-
- Downloads
chore: 
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
... | @@ -4,6 +4,8 @@ | ... | @@ -4,6 +4,8 @@ |
"license": "MIT", | "license": "MIT", | ||
"scripts": { | "scripts": { | ||
"start": "nx serve", | "start": "nx serve", | ||
"storybook": "nx run web-graphpolaris:storybook", | |||
"dev": "nx run web-graphpolaris:dev", | |||
"build": "nx build", | "build": "nx build", | ||
"test": "nx test", | "test": "nx test", | ||
"test:all": "nx affected:test --all --codeCoverage --skip-nx-cache", | "test:all": "nx affected:test --all --codeCoverage --skip-nx-cache", | ||
... | ... |
Please register or sign in to comment