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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@
6
6
7
7
### Setup
8
8
9
-
Run `npm ci` to install the application dependencies.
9
+
Run `yarn install --frozen-lockfile` to install the application dependencies.
10
10
11
11
### Development
12
12
13
-
Run `npm run start` for a dev server. Navigate to `http://localhost:4200/`. The application automatically reloads if you change any of the source files.
13
+
Run `yarn start` for a dev server. Navigate to `http://localhost:4200/`. The application automatically reloads if you change any of the source files.
14
14
15
15
### Build
16
16
17
-
Run `npm run build` to build the client project. The client build artifacts are located in the `dist/angular-hub/analog/public` directory.
17
+
Run `yarn build` to build the client project. The client build artifacts are located in the `dist/angular-hub/analog/public` directory.
0 commit comments