0
0
Fork 0

Update package.json scripts.

This commit is contained in:
Oliver-Akins 2020-08-15 15:32:25 -06:00
parent f18db8a275
commit cf62450108

View file

@ -3,7 +3,8 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "echo 'fs.inotify.max_user_watches=524288' | sudo tee -a /etc/sysctl.conf && sudo sysctl -p && vue-cli-service serve --copy", "listeners": "echo 'fs.inotify.max_user_watches=524288' | sudo tee -a /etc/sysctl.conf && sudo sysctl -p",
"serve": "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"