Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed May 14, 2024
1 parent f2ba31b commit 65a6219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"nuke": "echo 'Removing all node_modules, builds and lockfiles'; npm run nuke:node_modules; npm run nuke:builds; npm run nuke:lockfiles;",
"nuke:builds": "lerna exec -- rm -rf dist && lerna exec -- rm -rf .next && lerna exec -- rm -rf build",
"nuke:node_modules": "lerna clean --yes",
"prepare": "cd ../../ && husky src/ui/",
"prepare": "cd ../../ && husky install src/ui/",
"test": "lerna run test --stream",
"test:all": "lerna run test --stream --scope @jinjatdata/* --scope create-jinjat-app",
"test:all:coverage": "npm run test:all -- -- --coverage",
Expand Down

0 comments on commit 65a6219

Please sign in to comment.