Skip to content

Commit

Permalink
test(npm): patch
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Feb 3, 2024
1 parent f58af64 commit a99adb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 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
2 changes: 1 addition & 1 deletion packages/commandkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lint": "tsc --noEmit",
"dev": "tsup --watch",
"build": "tsup",
"deploy": "npm publish",
"deploy:package": "npm publish",
"test": "vitest",
"test:dev": "cd ./tests && node ../bin/index.mjs dev",
"test:build": "cd ./tests && node ../bin/index.mjs build",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-commandkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint": "tsc --noEmit",
"dev": "tsup --watch",
"build": "tsup",
"deploy": "npm publish"
"deploy:package": "npm publish"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
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 a99adb3

Please sign in to comment.