mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-04 18:15:22 +02:00
Prefix grunt
with yarn
in README.md as well
This commit is contained in:
parent
03d8415f96
commit
e879213d3b
1 changed files with 2 additions and 2 deletions
|
@ -85,13 +85,13 @@ yarn install
|
|||
|
||||
git checkout -b newAwesomeFeature
|
||||
vim ./src/js/git/index.js # some changes
|
||||
grunt fastBuild # skips tests and linting, faster build
|
||||
yarn grunt fastBuild # skips tests and linting, faster build
|
||||
|
||||
# after building you can open up your browser to the index.html
|
||||
# file generated and see your changes
|
||||
|
||||
vim ./src/js/git/index.js # more changes
|
||||
grunt build # runs tests and lint
|
||||
yarn grunt build # runs tests and lint
|
||||
|
||||
git commit -am "My new sweet feature!"
|
||||
git push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue