Skip to content

Commit

Permalink
refactor: turbo deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Feb 2, 2024
1 parent 3608da1 commit a6dfd68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"dev": "turbo dev",
"lint": "turbo lint && prettier ./ --check --ignore-path=.prettierignore",
"build": "turbo lint && turbo build",
"build:package": "turbo lint --filter='commandkit' && turbo build --filter='commandkit'",
"deploy:package": "turbo lint --filter='commandkit' && turbo build --filter='commandkit' && turbo deploy --filter='commandkit'",
"deploy:package-dev": "turbo lint --filter='commandkit' && turbo build --filter='commandkit' && turbo deploy-dev --filter='commandkit'",
"deploy:package": "turbo deploy:package --filter='commandkit' --filter='create-commandkit'",
"format": "prettier --write \"./{packages,apps}/**/*.{js,ts,jsx,tsx,mjs,mts,cjs,cts,css,md,mdx,json,yaml}\""
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"pipeline": {
"lint": {},
"build": {},
"deploy": {},
"deploy-dev": {},
"deploy:package": {},
"dev": {
"cache": false,
"persistent": true
Expand Down

0 comments on commit a6dfd68

Please sign in to comment.