Skip to content

Commit 3786b94

Browse files
committed
fix(workflow): build
1 parent bf9ab2f commit 3786b94

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Run tests
2626
run: npm test
2727

28+
- name: Build package
29+
run: npm run build
30+
2831
- name: Publish to npm
2932
run: npm publish --provenance --access public
3033
env:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "managedenv",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Manage your environment variables with ease",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)