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 e52aad1 commit a5de7e4Copy full SHA for a5de7e4
package.json
@@ -6,7 +6,6 @@
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,7 +5,6 @@
5
"build": {},
"deploy": {},
"deploy-dev": {},
- "test": {},
"dev": {
"cache": false,
"persistent": true
0 commit comments