package.json cleanup, remove yarn-error.log

This commit is contained in:
emizzle 2019-06-06 19:35:07 +10:00
parent 9e09444465
commit 8e588191c3
No known key found for this signature in database
GPG Key ID: 1FD4BAB3C37EE9BA
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -9,7 +9,8 @@ package
.vscode
.eslintrc.json
embark-omg-*.tgz
embarkjs-omg-*.tgz
NOTES
npm-debug.log
yarn-error.log
TODO

View File

@ -26,7 +26,7 @@
"clean": "npm run reset",
"package": "npm pack",
"qa": "npm-run-all build test package",
"reset": "npx rimraf .nyc_output build-test coverage dist embark-omg-*.tgz package",
"reset": "npx rimraf .nyc_output build-test coverage dist embarkjs-omg-*.tgz package",
"start": "npm run watch",
"// test": "nyc --reporter=html --reporter=json mocha \"build-test/**/*.js\" --exit --no-timeouts --require source-map-support/register",
"watch": "run-p \"build:** --verbose --watch\""