Skip to content

Commit a60ff62

Browse files
committed
Ensure package is actually built
1 parent 6cc9104 commit a60ff62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: 10
1616
- run: npm install
17+
- run: npm run dev:start
1718
- run: npm test
1819
- uses: JS-DevTools/npm-publish@v1
1920
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bin": {
44
"fileset": "./dist/src/index.js"
55
},
6-
"version": "0.1.1",
6+
"version": "0.1.2",
77
"license": "MIT",
88
"homepage": "https://github.com/blinkkcode/fileset/",
99
"repository": {

0 commit comments

Comments
 (0)