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 9cc6ca4 commit c60071bCopy full SHA for c60071b
1 file changed
.github/workflows/deploy-playground.yml
@@ -40,6 +40,7 @@ jobs:
40
mkdir -p _site/dist
41
cp samples/language-service-sample/index.html _site/
42
cp samples/language-service-sample/app.js _site/
43
+ cp samples/language-service-sample/examples.js _site/
44
cp samples/language-service-sample/styles.css _site/
45
cp dist/bundle.js _site/dist/
46
0 commit comments