Skip to content

Commit

Permalink
setup env file
Browse files Browse the repository at this point in the history
  • Loading branch information
bonartm committed Apr 18, 2021
1 parent 1460e02 commit 9981a61
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
.vscode
.cache
.eslintcache
dist/*.map
dist/*.map
.env
55 changes: 55 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "rollup -c -w",
"start": "sirv public",
"validate": "svelte-check",
"release": "release-it"
"release": "dotenv release-it"
},
"release-it": {
"npm": {
Expand All @@ -32,6 +32,7 @@
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@tsconfig/svelte": "^1.0.10",
"dotenv-cli": "^4.0.0",
"release-it": "^14.6.1",
"rollup": "^2.39.0",
"rollup-plugin-analyzer": "^4.0.0",
Expand Down

0 comments on commit 9981a61

Please sign in to comment.