Skip to content

Commit 227bbe6

Browse files
author
Pooya Parsa
committed
alias ks to dev
1 parent a7d9ad2 commit 227bbe6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Full Featured iOS & Android <strong>PWA</strong> Apps with <a href="https://nuxt
4949
## 🍳 Development
5050

5151
```bash
52-
> yarn ks
52+
> yarn dev
5353
```
5454

5555
## License

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"license": "MIT",
55
"main": "lib/module.js",
66
"scripts": {
7+
"dev": "npm run ks",
78
"ks": "nuxt dev -c examples/kitchen-sink/nuxt.config.js",
89
"ks-build": "nuxt build -c examples/kitchen-sink/nuxt.config.js",
910
"ks-analyze": "nuxt build -c examples/kitchen-sink/nuxt.config.js --analyze",

0 commit comments

Comments
 (0)