Skip to content

Commit c3fd7a4

Browse files
committed
2 parents db995a7 + b7294d6 commit c3fd7a4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@
44

55
``` bash
66
# install dependencies
7-
npm install
7+
yarn
88

99
# serve with hot reload at localhost:8080
10-
npm run dev
10+
yarn dev
1111

1212
# build for production with minification
13-
npm run build
14-
15-
# test the production build locally
16-
npm run serve
13+
yarn build
1714

1815
# run tests with jest and preact-render-spy
19-
npm run test
16+
yarn test
2017
```
2118

2219
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).

0 commit comments

Comments
 (0)