You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: springwolf-ui/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ __**Note: Check out our [contribution guidelines](../CONTRIBUTING.md) before sta
22
22
23
23
1. Run dependencies `npm i` (`../gradlew npmInstall`)
24
24
2. Run development server `npm start` (`../gradlew npmStart`)
25
-
3. Test `npm run test` (`../gradlew npm_run_test`)
26
-
4. Update with `npm run update` (`../gradlew npm_run_update`)
25
+
3. Test `npm run test` (`../gradlew pnpm_run_test`)
26
+
4. Update with `npm run update` (`../gradlew pnpm_run_update`)
27
27
28
28
Note: While npm and nodejs are used, they are managed by the gradle plugin. See commands in brackets in case you do not have a matching node version installed.
0 commit comments