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:
parent
a854abdc97
commit
99dc990615
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user