-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
19384 PNPM replacement #758
Changes from 3 commits
c161283
19e3304
c39c661
5ea967e
82e248f
cfa84d4
0b2ea05
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file can be removed. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,32 +6,32 @@ | |
|
||
## Project setup | ||
``` | ||
npm install | ||
pnpm install | ||
``` | ||
|
||
### Compiles and hot-reloads for development | ||
``` | ||
npm run serve | ||
pnpm run serve | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You need to let people know about this change. And also let them know they need to do |
||
``` | ||
|
||
### Compiles and minifies for production | ||
``` | ||
npm run build | ||
pnpm run build | ||
``` | ||
|
||
### Run your tests | ||
``` | ||
npm run test | ||
pnpm run test | ||
``` | ||
|
||
### Lints and fixes files | ||
``` | ||
npm run lint | ||
pnpm run lint | ||
``` | ||
|
||
### Run your unit tests | ||
``` | ||
npm run test:unit | ||
pnpm run test:unit | ||
``` | ||
|
||
### Customize configuration | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file can be removed.