You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue or Feature Request Description: Your request here.
GitHub PR template says
ensure that gulp lint test passes locally.
However it doesn't say that for gulp test it's required to install packages/* dependencies via gulp build command.
Also in the CONTRIBUTING.md file there are no such instructions.
I suggest to rephrase it one of these:
ensure that gulp build && gulp lint test passes locally.
ensure that gulp build gulp lint test --series passes locally.
ensure that gulp lint test --series passes locally (run gulp build to install dependencies first).
The text was updated successfully, but these errors were encountered:
Library Affected:
none
Browser & Platform:
none
Issue or Feature Request Description:
Your request here.
GitHub PR template says
However it doesn't say that for
gulp test
it's required to installpackages/*
dependencies viagulp build
command.Also in the
CONTRIBUTING.md
file there are no such instructions.I suggest to rephrase it one of these:
gulp build && gulp lint test
passes locally.gulp build gulp lint test --series
passes locally.gulp lint test --series
passes locally (rungulp build
to install dependencies first).The text was updated successfully, but these errors were encountered: