Skip to content

Commit 7606f69

Browse files
committed
fix: use yarn
1 parent 4335ed4 commit 7606f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
### Setup
88

9-
Run `npm ci` to install the application dependencies.
9+
Run `yarn install --frozen-lockfile` to install the application dependencies.
1010

1111
### Development
1212

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.
1414

1515
### Build
1616

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.
1818

1919
---
2020

0 commit comments

Comments
 (0)