test: woodpecker

This commit is contained in:
ISA
2025-09-05 07:28:44 +02:00
parent bd683d021a
commit 941b914fa9
7 changed files with 29 additions and 14 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "cpl-v4",
"version": "1.6.842",
"version": "1.6.843",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"clean": "rimraf .next out",
"build": "npm run clean && cross-env EXPORT_STATIC=true next build",
"postbuild": "copy LICENSE_ICONIFY.txt out\\LICENSE_ICONIFY.txt",
"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",
"start": "next start",
"typecheck": "tsc --noEmit",