aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b722d36d..ca9a8181 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
node-version: "18"
cache: "npm"
- run: npm ci
- - run: npm test
- - run: npm run lint
- - run: npm run build
- - run: npm run build:ssr
+ - run: npm vnext:test
+ - run: npm run vnext:lint
+ - run: npm run vnext:build
+ - run: npm run vnext:build:ssr