-
Notifications
You must be signed in to change notification settings - Fork 1
/
gen-ts-libs.sh
12 lines (11 loc) · 1.38 KB
/
gen-ts-libs.sh
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/zsh
yarn nx generate @nrwl/js:library --name=v-lib-one --directory=vite --buildable --config=npm-scripts --skipTypeCheck --unitTestRunner=none
yarn nx generate @nrwl/js:library --name=v-lib-two --directory=vite --buildable --config=npm-scripts --skipTypeCheck --unitTestRunner=none
yarn nx generate @nrwl/js:library --name=v-lib-three --directory=vite --buildable --config=npm-scripts --skipTypeCheck --unitTestRunner=none
yarn nx generate @nrwl/js:library --name=v-lib-four --directory=vite --buildable --config=npm-scripts --skipTypeCheck --unitTestRunner=none
yarn nx generate @nrwl/js:library --name=v-lib-five --directory=vite --buildable --config=npm-scripts --skipTypeCheck --unitTestRunner=none
yarn nx generate @nrwl/js:library --name=v-lib-six --directory=vite --buildable --config=npm-scripts --skipTypeCheck --unitTestRunner=none
yarn nx generate @nrwl/js:library --name=v-lib-seven --directory=vite --buildable --config=npm-scripts --skipTypeCheck --unitTestRunner=none
yarn nx generate @nrwl/js:library --name=v-lib-eight --directory=vite --buildable --config=npm-scripts --skipTypeCheck --unitTestRunner=none
yarn nx generate @nrwl/js:library --name=v-lib-nine --directory=vite --buildable --config=npm-scripts --skipTypeCheck --unitTestRunner=none
yarn nx generate @nrwl/js:library --name=v-lib-ten --directory=vite --buildable --config=npm-scripts --skipTypeCheck --unitTestRunner=none