Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ltt-mapmaker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Griefed
ltt-mapmaker
Merge requests
!5
breaking: Add Electron build, npm scripts and fix paths for tile-images
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
breaking: Add Electron build, npm scripts and fix paths for tile-images
github/fork/Trungel/master
into
master
Overview
0
Commits
5
Pipelines
0
Changes
1
Closed
Griefed
requested to merge
github/fork/Trungel/master
into
master
3 years ago
Overview
0
Commits
5
Pipelines
0
Changes
1
Expand
Trungel added:
Electron build
NPM run scripts
Fixed paths for tile-images, so they should now work with GitHub Pages
0
0
Merge request reports
Viewing commit
8cc7b8fd
Prev
Next
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8cc7b8fd
npm run scripts
· 8cc7b8fd
Trungel
authored
3 years ago
package.json
+
3
−
0
Options
@@ -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"
},
Loading