|
|
@ -66,7 +66,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
"browsersync": "browser-sync 'public/' --watch",
|
|
|
|
"browsersync": "browser-sync 'public/' --watch",
|
|
|
|
|
|
|
|
|
|
|
|
"lint": "eslint public/assets/js/app.min.js",
|
|
|
|
"lint": "eslint resources/js/app.js",
|
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
|
|
|
|
|
|
|
|
"test": "npm run lint && npm run build && start-server-and-test http-server http://localhost:8080 cypress:run",
|
|
|
|
"test": "npm run lint && npm run build && start-server-and-test http-server http://localhost:8080 cypress:run",
|
|
|
|