Skip to content

Commit

Permalink
added empty lib file and update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed Aug 17, 2020
1 parent cb5c65b commit ff19d15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.js
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"npmpub": "np --tag beta prerelease",
"bump": "yarn version --no-git-tag-version --prerelease",
"bump.version": "yarn version --no-git-tag-version --patch",
"version": "yarn build.prod && yarn test.prod",
"version": "yarn build && yarn test.prod",
"readme": "sed \"s/@VERSION@/$npm_package_version/g\" README.tmpl.md > README.md",
"postversion": "yarn readme",
"build": "webpack --display-modules && ls -l lib",
"build.prod": "webpack --display-modules --mode production && ls -l lib",
"build.dev": "webpack --display-modules && ls -l lib",
"build": "webpack --mode production && ls -l lib",
"watch": "webpack --watch --mode production",
"test": "mocha",
"test.g": "mocha ./test/*.js -g ",
Expand Down

0 comments on commit ff19d15

Please sign in to comment.