Fix package json
This commit is contained in:
parent
3a4ceaf430
commit
2cd866012f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "sudo tee -a /etc/sysctl.conf <<< 'fs.inotify.max_user_watches=524288' && sudo sysctl -p && vue-cli-service serve --copy",
|
"serve": "echo 'fs.inotify.max_user_watches=524288' | sudo tee -a /etc/sysctl.conf && sudo sysctl -p && vue-cli-service serve --copy",
|
||||||
"server": "npm run serve",
|
"server": "npm run serve",
|
||||||
"build": "vue-cli-service build --modern",
|
"build": "vue-cli-service build --modern",
|
||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue