Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
giladv committed Nov 29, 2018
1 parent 2053e3e commit 0c7fa3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dist/app.js
dist/index.html
coverage
yarn.lock
yarn-error.lock
yarn-error.log
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "orkan",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"scripts": {
"test": "jest",
"builddeploy": "yarn run build && yarn run deploy",
"deploy": "firebase deploy",
"deploy": "yarn publish",
"dev": "webpack-dev-server --mode development --config webpack/config.js",
"buid": "webpack --mode production --config webpack/config.js"
},
Expand Down

0 comments on commit 0c7fa3f

Please sign in to comment.