Skip to content

feat(analytics): PostHog 开启 Web Vitals + 会话指标 #36

feat(analytics): PostHog 开启 Web Vitals + 会话指标

feat(analytics): PostHog 开启 Web Vitals + 会话指标 #36

Workflow file for this run

name: install-smoke
on:
pull_request:
push:
branches:
- main
- develop
workflow_dispatch:
jobs:
smoke:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
scope: "@leeguoo"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm ci
- name: Build web app
run: npm --workspace @paste/web run build