Skip to content

Commit 53c9c6f

Browse files
committed
docs(creation doc partner)
1 parent b2200ca commit 53c9c6f

File tree

18 files changed

+349
-8
lines changed

18 files changed

+349
-8
lines changed

.vscode/tasks.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
// See https://go.microsoft.com/fwlink/?LinkId=733558
33
// for the documentation about the tasks.json format
4-
"version": "0.1.0",
4+
"version": "2.0.0",
55
"tasks": [
66
{
7+
"label": "prettier eslint",
8+
"type": "shell",
79
"command": "node",
8-
"isShellCommand": true,
9-
"showOutput": "always",
10-
"isBuildCommand": true,
11-
"taskName": "prettier eslint",
12-
"args": ["./node_modules/.bin/prettier-eslint", "--write", "--prettier-last", "${file}"]
10+
"args": [
11+
"./node_modules/.bin/prettier-eslint",
12+
"--write",
13+
"--prettier-last",
14+
"${file}"
15+
],
16+
"problemMatcher": [],
17+
"group": {
18+
"_id": "build",
19+
"isDefault": false
20+
}
1321
}
1422
]
1523
}

.vscode/tasks.json.old

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=733558
3+
// for the documentation about the tasks.json format
4+
"version": "0.1.0",
5+
"tasks": [
6+
{
7+
"command": "node",
8+
"isShellCommand": true,
9+
"showOutput": "always",
10+
"isBuildCommand": true,
11+
"taskName": "prettier eslint",
12+
"args": ["./node_modules/.bin/prettier-eslint", "--write", "--prettier-last", "${file}"]
13+
}
14+
]
15+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"build:angularjs": "yarn workspace @lumx/angularjs build",
7474
"build:storybook": "yarn workspace @lumx/react build:storybook",
7575
"chromatic": "npx chromatic -b build:storybook",
76-
"clean": "rm -rf packages/*/dist && lerna clean --yes && lerna run --stream clean",
76+
"clean": "rm -rf packages/*/dist; lerna clean --yes && lerna run --stream clean",
7777
"clean:git-hooks": "yarn husky uninstall",
7878
"format": "yarn format:code && yarn format:style",
7979
"format:style": "prettier-stylelint --prettier-last --write packages/**/*.{css,scss}",

packages/site-demo/content/menu.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@
2323
- Size
2424
- Spacing
2525
- Brand
26-
- Partners
26+
- Partners:
27+
- Extensions:
28+
- Design Documentation
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)