0
0
Fork 0

Fix package json

This commit is contained in:
Tyler-A 2020-08-08 01:39:15 -06:00
parent 3a4ceaf430
commit 2cd866012f

View file

@ -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"