Skip to content

Commit f84a6d6

Browse files
authored
Merge pull request #614 from Kajabi/feat/add-autocomplete
2 parents cede690 + c1b6386 commit f84a6d6

File tree

7 files changed

+842
-25
lines changed

7 files changed

+842
-25
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dist/
77
docs.json
88
loader/
99
www/
10+
vscode.html-data.json
1011

1112
storybook-static
1213
libs/core/.storybook/static/

libs/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"scripts": {
5454
"build": "npm run build.stencil",
5555
"build.all": "run-s build.stencil build.storybook",
56-
"build.stencil": "stencil build --docs",
56+
"build.stencil": "stencil build --docs && mkdir -p dist/scripts && cp scripts/vscode-settings-patcher.cjs dist/scripts/",
57+
"postinstall": "node ./dist/scripts/vscode-settings-patcher.cjs || true",
5758
"build.storybook": "storybook build",
5859
"build.ts": "tsc -p scripts/tsconfig.json",
5960
"deploy": "npm run build.all",

0 commit comments

Comments
 (0)