Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dallen4 committed Aug 27, 2024
1 parent 9ea22da commit 8ef7e6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
"scripts": {
"web": "yarn workspace web",
"cli": "yarn workspace cli",
"worker": "yarn workspace worker",
"shared": "yarn workspace shared",
"start": "yarn web start",
"build": "yarn web build",
"start:prod": "yarn web start:prod",
"test:e2e": "yarn web test:e2e",
"cli:build": "yarn cli build",
"cli:release": "cd cli && yarn install --frozen-lockfile && yarn release",
"worker:deploy": "yarn worker deploy",
"analyze:dup": "npx jscpd shared cli web --format \"typescript\"",
"postversion": "git push --tags"
},
Expand Down

0 comments on commit 8ef7e6a

Please sign in to comment.