提交 8bd89147 编写于 作者: fxy060608's avatar fxy060608

chore(workflows): e2e.yml

上级 5d8d7d89
......@@ -59,7 +59,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v2
with:
install: false
install: true
start: npm run dev:ssr
working-directory: ./packages/playground/ssr
wait-on: 'http://localhost:3000'
......
const defines = __DEFINES__
Object.keys(defines).forEach((key) => {
const segments = key.split('.')
let target = globalThis
let target = global
for (let i = 0; i < segments.length; i++) {
const segment = segments[i]
if (i === segments.length - 1) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册