Skip to content

Commit

Permalink
Fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lelinhtinh committed Mar 7, 2019
1 parent d5a3a9c commit 0ce321c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "jepub",
"version": "1.2.4",
"version": "1.2.5",
"description": "Generate simple EPUB books with JavaScript.",
"main": "src/jepub.js",
"scripts": {
"clean": "rimraf dist",
"postclean": "mkdirp dist",
"build": "webpack --config webpack.production.config.js",
"prebuild": "npm run clean",
"build": "webpack --config webpack.development.config.js",
"postbuild": "webpack --config webpack.production.config.js",
"prestart": "npm run clean",
"start": "webpack --config webpack.development.config.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 0ce321c

Please sign in to comment.