Skip to content

Commit

Permalink
Maki progress checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Jul 23, 2023
1 parent 7209ace commit 9c741db
Show file tree
Hide file tree
Showing 9 changed files with 4,745 additions and 42 deletions.
2 changes: 1 addition & 1 deletion packages/skin-database/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ program
*/
program
.command("skin")
.description("Operate on a skngle skin from the database.")
.description("Operate on a single skin from the database.")
.argument("<md5>", "md5 of the skin to operate on")
.option(
"--delete",
Expand Down
3 changes: 2 additions & 1 deletion packages/webamp-modern/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
temp/
extracted-*/
extracted-*/
src/maki/__tests__/extracted_maki
2 changes: 1 addition & 1 deletion packages/webamp-modern/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
displayName: "webamp-modern-test",
testRegex: "\\.test\\.(js|ts)$",
moduleFileExtensions: ["js", "ts"],
moduleFileExtensions: ["js", "ts", "json"],
testPathIgnorePatterns: ["/node_modules/", "build", "dist", "/temp/"],
};
Loading

0 comments on commit 9c741db

Please sign in to comment.