-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,19 @@ | |
"private": false, | ||
"description": "Euro Truck Simulator 2 dashboard", | ||
"author": "Emmanuel SMITH <[email protected]> (https://emmanuel-smith.me)", | ||
"scripts": { | ||
"start" : "npm run server:start", | ||
"build" : "npx gulp build", | ||
"scripts": { | ||
"lint" : "vue-cli-service lint", | ||
"bAndB" : "npx gulp bAndB", | ||
"build" : "npx gulp build", | ||
"bundle" : "npx gulp bundle", | ||
"dashboard:build" : "vue-cli-service build", | ||
"bAndB" : "npx gulp bAndB", | ||
"start" : "npm run server:start", | ||
"dashboard:dev" : "vue-cli-service serve", | ||
"dashboard:build" : "vue-cli-service build", | ||
"dashboard:start" : "http-server dist/", | ||
"font:build" : "npx gulp build:font", | ||
"server:install" : "cd server && npm i && npm rb", | ||
"server:build" : "cd server && npx gulp", | ||
"server:start": "cd server && node ./dist/index.js" | ||
"server:start" : "cd server && node ./dist/index.js", | ||
"font:build" : "npx gulp build:font" | ||
}, | ||
"main": "index.js", | ||
"dependencies": { | ||
|