We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4743b commit 8e673afCopy full SHA for 8e673af
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"dev": "turbo dev",
8
"lint": "turbo lint && prettier ./ --check --ignore-path=.prettierignore",
9
+ "test": "turbo test",
10
"build": "turbo lint && turbo build",
11
"build:package": "turbo lint --filter='commandkit' && turbo build --filter='commandkit'",
12
"deploy:package": "turbo lint --filter='commandkit' && turbo build --filter='commandkit' && turbo deploy --filter='commandkit'",
turbo.json
@@ -5,6 +5,7 @@
5
"build": {},
"deploy": {},
"deploy-dev": {},
+ "test": {},
"dev": {
"cache": false,
"persistent": true
0 commit comments