Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
localで検証するためのコマンド追加
Browse files Browse the repository at this point in the history
  • Loading branch information
proshunsuke committed Apr 17, 2021
1 parent 860a4e7 commit ef789f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ push: build
run:
yarn clasp run execute

run/local:
node -e 'require("./dist/index.js");global.setSchedule();'

open:
yarn clasp open

Expand Down

0 comments on commit ef789f6

Please sign in to comment.