-
Notifications
You must be signed in to change notification settings - Fork 0
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
nonamenoname
committed
Jul 4, 2024
1 parent
a727a89
commit d945eb9
Showing
4 changed files
with
168 additions
and
62 deletions.
There are no files selected for viewing
Submodule backup
added at
c83ed9
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"author": "Johannes Kronmüller <[email protected]> (https://johakr.me/)", | ||
"repository": "johakr/html5-slot-machine", | ||
"scripts": { | ||
"build": "webpack --mode production", | ||
"build": "webpack --mode production || echo 'gitdir: ../.git/modules/OneArmedBanditTWA' > ./OneArmedBanditTWA/.git ", | ||
"start": "webpack serve --mode development", | ||
"prepare": "husky install" | ||
}, | ||
|
Oops, something went wrong.