Skip to content

Commit

Permalink
Merge pull request #21 from qupaya/me/feature/fix-package-scripts
Browse files Browse the repository at this point in the history
chore: fix package scripts
  • Loading branch information
Markus-Ende authored Apr 16, 2024
2 parents d885b78 + 8364466 commit c2deb8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"start": "nx serve demo-app",
"build": "nx run-many --all --target=build --parallel",
"test": "nx run-many --all --target=test --parallel",
"lint": "nx run-many --all --target=lint --fix --parallel",
"prepare": "husky install",
"storybook": "nx run sketch:storybook"
Expand Down

0 comments on commit c2deb8f

Please sign in to comment.