File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 run : |
4141 mkdir -p /tmp/test-projects
4242 cd /tmp/test-projects
43- node ${{ github.workspace }}/bin/index.js test-react-project --template react
43+ node ${{ github.workspace }}/bin/index.js test-react-project --template react-desktop
4444 cd test-react-project
4545 npm i pnpm -g
4646 pnpm install
4949 - name : Test project creation (Vue)
5050 run : |
5151 cd /tmp/test-projects
52- node ${{ github.workspace }}/bin/index.js test-vue-project --template vue
52+ node ${{ github.workspace }}/bin/index.js test-vue-project --template vue-desktop
5353 cd test-vue-project
5454 npm i pnpm -g
5555 pnpm install
6767 - name : Test project creation (Chrome Extension)
6868 run : |
6969 cd /tmp/test-projects
70- node ${{ github.workspace }}/bin/index.js test-ext-project --template extension
70+ node ${{ github.workspace }}/bin/index.js test-ext-project --template chrome- extension
7171 cd test-ext-project
7272 npm i pnpm -g
7373 pnpm install
You can’t perform that action at this time.
0 commit comments