-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "isomer-next",
"version": "0.0.13",
"description": "Isomer Next",
"private": true,
"scripts": {
"build": "dotenv -- turbo build",
"build:template": "dotenv -- turbo build:template",
"clean": "turbo clean",
"dev": "dotenv -- turbo run dev",
"setup:test": "turbo setup:test",
"storybook": "dotenv -- turbo run storybook --parallel",
"storybook:build": "turbo run storybook:build --parallel",
"teardown": "turbo teardown",
"test-start": "turbo test-start",
"typecheck": "turbo typecheck",
"format": "turbo format --continue -- --cache --cache-location node_modules/.cache/.prettiercache --ignore-path ./.prettierignore",
"format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache --ignore-path ./.prettierignore",
"lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
"lint:fix": "turbo lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
"lint:ws": "npx [email protected] -i next",
"lint:ws:fix": "npx [email protected] --fix",
"postinstall": "npm run lint:ws"
},
"workspaces": [
"apps/*",
"packages/*",
"tooling/*"
],
"author": "Isomer Team",
"license": "ISC",
"devDependencies": {
"turbo": "^2.1.2"
},
"packageManager": "[email protected]"
}