Skip to content
Snippets Groups Projects
Commit 8cc7b8fd authored by Trungel's avatar Trungel
Browse files

npm run scripts

parent 59bd10e5
No related branches found
No related tags found
2 merge requests!6breaking: Add Electron build, npm scripts, fix paths for tile-images, Allow different sized maps, Load maps,!5breaking: Add Electron build, npm scripts and fix paths for tile-images
......@@ -6,6 +6,9 @@
"author": "Griefed <griefed@griefed.de>",
"private": true,
"scripts": {
"start": "quasar dev",
"electron": "quasar dev -m electron",
"build": "quasar build",
"lint": "eslint --ext .js,.vue,.ts ./",
"test": "echo \"No test specified\" && exit 0"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment