Skip to content

Commit

Permalink
Bump & prod only deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zigomir committed Feb 13, 2020
1 parent f33932a commit 4e04be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: "13.x"
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm install --production
- run: npm run build
- run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caly",
"version": "0.1.0",
"version": "0.1.1",
"description": "Caly is a small calendar!",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 4e04be7

Please sign in to comment.