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 391bb85 commit 3dcba60Copy full SHA for 3dcba60
.github/workflows/npm-publish.yml
@@ -14,6 +14,10 @@ jobs:
14
uses: actions/setup-node@v2-beta
15
with:
16
node-version: '12'
17
+ - name: Build dist
18
+ run: |
19
+ npm run lint
20
+ npm run dist
21
- name: Publish if version has been updated
22
uses: pascalgn/npm-publish-action@06e0830ea83eea10ed4a62654eeaedafb8bf50fc
23
with: # All of theses inputs are optional
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@feelpp/asciidoctor-remote-include-processor",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "Asciidoctor remote include processor extension",
5
"main": "dist/node/asciidoctor-remote-include-processor.js",
6
"browser": "dist/browser/asciidoctor-remote-include-processor.js",
0 commit comments