Skip to content

Commit

Permalink
feat: add mini game package and extract generic component
Browse files Browse the repository at this point in the history
Signed-off-by: clegirar <clemntgirard@gmail.com>
  • Loading branch information
clegirar committed Apr 26, 2022
1 parent 3bb7254 commit dae252d
Show file tree
Hide file tree
Showing 35,943 changed files with 10,139 additions and 6,763,716 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion js/Makefile
Expand Up @@ -176,7 +176,7 @@ lint.fix: node_modules
.PHONY: js.unused_exports
js.unused_exports: node_modules
$(call check-program, npx)
npx ts-unused-exports ./tsconfig.json --excludePathsFromReport="grpc-bridge;go-bridge;api;polyfill" --ignoreTestFiles --ignoreFiles=.*gen
npx ts-unused-exports ./tsconfig.json --excludePathsFromReport="grpc-bridge;go-bridge;api;polyfill;mini-game" --ignoreTestFiles --ignoreFiles=.*gen

###################
# Build/Run rules #
Expand Down
6 changes: 0 additions & 6 deletions js/ios/Podfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion js/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

143 changes: 0 additions & 143 deletions js/packages/messenger-app/GameApp.tsx

This file was deleted.

0 comments on commit dae252d

Please sign in to comment.