Skip to content

Commit 8e673af

Browse files
author
m1-dev
committed
fix test turbo script
1 parent 7e4743b commit 8e673af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

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

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"build": {},
66
"deploy": {},
77
"deploy-dev": {},
8+
"test": {},
89
"dev": {
910
"cache": false,
1011
"persistent": true

0 commit comments

Comments
 (0)