Rocky_Mountain_Vending/.pnpm-store/v10/files/3f/f0c1917271bc5955061725f991a345ee29b274dad6f5cfe658daeeae218f389b4e001d4373cd02821f96263e2e8ebc888cf4700993ff752684377ea9beb4d4
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

19 lines
378 B
Text

environment:
matrix:
- nodejs_version: '8'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
- npm install --global npm@latest
- set PATH=%APPDATA%\npm;%PATH%
- npm install
matrix:
fast_finish: true
build: off
shallow_clone: true
test_script:
- node --version
- npm --version
- npm run test-no-coverage
cache:
- '%APPDATA%\npm-cache'