Skip to content

Commit

Permalink
[feat] Updated ci for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemkosk committed Nov 5, 2023
1 parent d6cee60 commit 61bc809
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
run: npm install
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "envolve",
"version": "1.0.0",
"version": "1.0.1",
"description": "Envolve CLI is a powerful tool for managing environment variables in your projects. It allows you to easily create, update, compare, and sync environment files across different services.",
"main": "index.ts",
"scripts": {
Expand All @@ -10,7 +10,15 @@
"start": "tsc && npm run serve",
"test": "jest --forceExit --verbose --detectOpenHandles --coverage --coverageReporters=text-summary"
},
"keywords": ["cli","environment-variable","env", "cli-app", "cli-tool","env-vars", "env-file" ],
"keywords": [
"cli",
"environment-variable",
"env",
"cli-app",
"cli-tool",
"env-vars",
"env-file"
],
"author": "",
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit 61bc809

Please sign in to comment.