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

Refactor npm scripts to have a clear install+test pattern #157

Open
mgol opened this issue Mar 9, 2016 · 1 comment
Open

Refactor npm scripts to have a clear install+test pattern #157

mgol opened this issue Mar 9, 2016 · 1 comment

Comments

@mgol
Copy link
Member

mgol commented Mar 9, 2016

We should get to the point where npm run build installs & builds the project & npm test builds & tests it (including running linters) like in Core. In particular, that means running npm install && npm test (or it's alias npm it) is enough to run all checks for the current code that don't require spawning a real browser.

This idea originated in #155.

@mgol
Copy link
Member Author

mgol commented Mar 9, 2016

I have a problem with making the qunit task load a different Migrate in production & dev test mode. I need to have a way to pass GET parameters to test/index.html but that doesn't seem possible with the qunit task (at least unless we run a real dev server).

@dmethvin dmethvin changed the title Refactor npm scritps to have a clear install+test pattern Refactor npm scripts to have a clear install+test pattern Mar 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant