fix: woodpecker npm run server:sim

This commit is contained in:
ISA
2025-09-05 11:54:00 +02:00
parent 29a79ce0a9
commit 927a807c4d
7 changed files with 18 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "cpl-v4",
"version": "1.6.851",
"version": "1.6.852",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"clean": "rimraf .next out",
"build": "npm run clean && cross-env EXPORT_STATIC=true next build",
"postbuild": "node -e \"const fs=require('fs');const path=require('path');fs.mkdirSync('out',{recursive:true});fs.copyFileSync('LICENSE_ICONIFY.txt', path.join('out','LICENSE_ICONIFY.txt'))\"",
"serve:sim": "node ./scripts/local-cpl-sim.mjs",
"server:sim": "node ./scripts/local-cpl-sim.mjs",
"start": "next start",
"typecheck": "tsc --noEmit",
"check": "npm run lint && npm run typecheck",