1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 22:53:58 +03:00

add back yo; run the generator via relative path

This commit is contained in:
Shawn Allen 2017-09-07 11:02:35 -07:00
parent 1fc5a0b49d
commit 44fb66aba8

View File

@ -10,7 +10,7 @@
"release-candidate": "script/release-candidate",
"release": "script/release",
"bump": "lerna publish --exact --skip-npm",
"new-module": "cd modules && yo primer-module && npm run bootstrap",
"new-module": "cd modules && yo ./generator-primer-module/app && npm run bootstrap",
"test": "lerna run test"
},
"devDependencies": {
@ -22,6 +22,7 @@
"primer-module-build": "^1.0.2",
"semver": "^5.3.0",
"stylelint": "^7.13.0",
"stylelint-config-primer": "^2.0.0"
"stylelint-config-primer": "^2.0.0",
"yo": "^2.0.0"
}
}