1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00

move generator-primer-module to /tools/

This commit is contained in:
Shawn Allen 2017-10-09 23:09:04 -07:00
parent a854abdc97
commit 99dc990615
16 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -e
function generate() {
pushd modules > /dev/null
../node_modules/.bin/yo ./generator-primer-module/app "$@"
../node_modules/.bin/yo ../tools/generator-primer-module/app "$@"
popd > /dev/null
}