This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
-
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
1 parent
fd3f28e
commit 6468e06
Showing
22 changed files
with
3,594 additions
and
4,081 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
{"scriptId":"1nm2BIhYyOpqUmj-vKRr4p69bhMEGBf-Cq9opE4u3xvfyd67C38majtmI","rootDir":"./dist","projectId":"augc-260709"} | ||
{ | ||
"scriptId":"1rzoffgXqdRqq98pRPxJSCMJnLmJ3cUTyhpjZsfm54WbHByH7swQv7n8V", | ||
"rootDir":"./dist" | ||
} |
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
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 |
---|---|---|
@@ -1,32 +1,39 @@ | ||
NODE_MODULUES_BIN_DIR := ./node_modules/.bin | ||
|
||
setup: | ||
$(MAKE) yarn/install | ||
|
||
yarn/install: | ||
install: | ||
yarn install | ||
|
||
webpack/build: | ||
$(NODE_MODULUES_BIN_DIR)/webpack | ||
build: install | ||
yarn webpack | ||
|
||
watch: | ||
ENV=local yarn webpack watch | ||
|
||
server: | ||
yarn run functions-framework --target=getKeyakiSchedule --source=./gcpFunctions/getKeyakiSchedule | ||
|
||
run/setSchedule: | ||
node -e 'require("./dist/index.js");global.setSchedule();' | ||
|
||
clasp/login: | ||
$(NODE_MODULUES_BIN_DIR)/clasp login | ||
yarn clasp login | ||
|
||
clasp/push: yarn/install webpack/build | ||
$(NODE_MODULUES_BIN_DIR)/clasp push -f | ||
clasp/push: build | ||
yarn clasp push -f | ||
|
||
clasp/run: | ||
$(NODE_MODULUES_BIN_DIR)/clasp run execute | ||
yarn clasp run execute | ||
|
||
clasp/open: | ||
$(NODE_MODULUES_BIN_DIR)/clasp open | ||
yarn clasp open | ||
|
||
clasp/logs: | ||
$(NODE_MODULUES_BIN_DIR)/clasp logs | ||
yarn clasp logs | ||
|
||
test: | ||
$(NODE_MODULUES_BIN_DIR)/jest | ||
ENV=production yarn jest | ||
|
||
test/ci: | ||
$(MAKE) webpack/build | ||
$(NODE_MODULUES_BIN_DIR)/jest --coverage | ||
ENV=production yarn jest --coverage |
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
File renamed without changes.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.