Skip to content

Commit a5de7e4

Browse files
author
m1-dev
committed
remove test script
1 parent e52aad1 commit a5de7e4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"dev": "turbo dev",
88
"lint": "turbo lint && prettier ./ --check --ignore-path=.prettierignore",
9-
"test": "turbo test",
109
"build": "turbo lint && turbo build",
1110
"build:package": "turbo lint --filter='commandkit' && turbo build --filter='commandkit'",
1211
"deploy:package": "turbo lint --filter='commandkit' && turbo build --filter='commandkit' && turbo deploy --filter='commandkit'",

turbo.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"build": {},
66
"deploy": {},
77
"deploy-dev": {},
8-
"test": {},
98
"dev": {
109
"cache": false,
1110
"persistent": true

0 commit comments

Comments
 (0)