Skip to content

Commit

Permalink
add push command
Browse files Browse the repository at this point in the history
  • Loading branch information
k1tikurisu committed Feb 9, 2024
1 parent 50417fd commit dd65c85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion triplate-contact-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "triplate-contact-form",
"version": "0.0.0",
"scripts": {
"build": "node build.js && cp appsscript.json dist/"
"build": "node build.js && cp appsscript.json dist/",
"push": "yarn build && clasp push"
},
"devDependencies": {
"@google/clasp": "2.4.2",
Expand Down

0 comments on commit dd65c85

Please sign in to comment.