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 eaeb280 commit 44f0830Copy full SHA for 44f0830
package.json
@@ -5,6 +5,7 @@
5
"repository": "https://github.com/dotindustries/brease.git",
6
"main": "index.js",
7
"scripts": {
8
+ "dev": "turbo dev",
9
"build": "turbo build",
10
"test": "echo \"Error: no test specified\" && exit 1"
11
},
turbo.json
@@ -1,9 +1,10 @@
1
{
2
- "$schema": "https://turbo.build/schema.json",
3
- "pipeline": {
4
- "build": {
- "outputs": ["dist/**"]
- },
- "lint": {}
- }
+ "$schema": "https://turbo.build/schema.json",
+ "pipeline": {
+ "dev": {},
+ "build": {
+ "outputs": ["dist/**"]
+ },
+ "lint": {}
+ }
+}
0 commit comments