Skip to content

Commit

Permalink
Deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
xjensen committed Nov 3, 2023
1 parent 248b1f1 commit bf424ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"api:test": "node tests/http-test.js",
"widget:build": "npm run build --workspace=widget",
"widget:build:preview": "npm run build:preview --workspace=widget",
"serve": "node serve/stack-server.js"
"serve": "node serve/stack-server.js",
"deploy": "npx arc deploy --name test"
},
"devDependencies": {
"@architect/architect": "^10.14.2",
Expand Down

0 comments on commit bf424ee

Please sign in to comment.