]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: now that pnpm doesn't run pre-scripts, `pretest` must be run manually
authorHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 18 Nov 2021 10:55:14 +0000 (18:55 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Thu, 18 Nov 2021 10:55:14 +0000 (18:55 +0800)
.github/workflows/ci.yml

index bf3cd2547361d458813ebd5e39fd2c2456ef34de..74f5eeec3470e7cd55f5ce1b2cf15af0e92574a7 100644 (file)
@@ -33,4 +33,5 @@ jobs:
           node-version: ${{ matrix.node-version }}
           cache: 'pnpm'
       - run: pnpm install
+      - run: pnpm pretest
       - run: pnpm test