Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianoassis committed Nov 27, 2020
1 parent 9fd86db commit 42043f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"CEFConfig",
"CREOLEDevelopmentProduct",
"CREOLETestProduct",
"ExProd"
"ExProd",
"NavigatorSecure",
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cp ./configuration.json ./build && webpack --config webpack.config.js"
"build": "rm -rf build && mkdir build && cp ./configuration.json ./build && cp ./README.md ./build && webpack --config webpack.config.js"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 42043f2

Please sign in to comment.