Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues and cleanup #16

Merged
merged 10 commits into from
Feb 26, 2020
Next Next commit
chore: update npm scripts
  • Loading branch information
blackfalcon committed Feb 22, 2020
commit 31bf54af88e111851c7a80385f59e2439e0ab346
179 changes: 179 additions & 0 deletions package-lock.json

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

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^2.4.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"semantic-release": "^15.13.24"
},
Expand All @@ -53,10 +54,10 @@
]
},
"scripts": {
"testbuild": "node bin/generate.js --test --name foo --dir ods-foo",
"destroybuild": "rm -rf ods-foo",
"testbuild": "node bin/generate.js --test --name foo --dir ./ods-foo",
"sweep": "rm -rf ods-foo",
"blanktest": "echo \"Error: no test specified\" && exit 0",
"test": "npm run testbuild || npm run destroybuild"
"test": "npm-run-all testbuild"
},
"publishConfig": {
"access": "public"
Expand All @@ -66,10 +67,6 @@
"name": "Dale Sande",
"email": "dale.sande@alaskaair.com"
},
{
"name": "Kevin Sonnichsen",
"email": "kevin.sonnichsen@alaskaair.com"
},
{
"name": "Zach Newton",
"email": "zach.newton@alaskaair.com"
Expand Down