ignore output of `npm pack`

This commit is contained in:
Michael Bradley, Jr 2018-07-06 13:56:16 -05:00
parent 4ae3f917ed
commit 1756661ae4
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,11 +1,13 @@
dist
node_modules
package
.idea
.vscode
.eslintrc.json
embark.min.js
embarkjs-*.tgz
TODO
NOTES
npm-debug.log

View File

@ -12,7 +12,7 @@
"build": "npm run clean && npm run build-babel && npm run build-webpack",
"build-babel": "babel --ignore 'src/browser.js' --out-dir dist src",
"build-webpack": "npm run webpack",
"clean": "rimraf dist embark.min.js",
"clean": "rimraf dist embark.min.js embarkjs-*.tgz",
"prepack": "npm run build",
"server": "http-server",
"test": "echo \"Error: no test specified\" && exit 1",