We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
third-party.js
1 parent 5305ea5 commit 162c45cCopy full SHA for 162c45c
1 file changed
.github/workflows/prod-test.yml
@@ -39,6 +39,9 @@ jobs:
39
- name: Build Package
40
run: yarn build
41
42
+ - name: Copy stable version third-party.js to dist
43
+ run: cp node_modules/prettier/third-party.js dist
44
+
45
- name: Upload Artifact
46
uses: actions/upload-artifact@v2
47
with:
0 commit comments