Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lli committed Feb 24, 2025
1 parent 1d5200f commit df972e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"clean": "rimraf lib tsconfig.*tsbuildinfo",
"build": "tsc --build tsconfig.build.json && tscp",
"build:icons": "fantasticon -c ./icons/.fantasticonrc.json && npm run cp:icons",
"cp:icons": "cpx icons/dist/*.ts src/ && cpx \"icons/dist/*.{css,ttf}\" css/",
"cp:icons": "cpx \"icons/dist/*.ts\" src/ && cpx \"icons/dist/*.{css,ttf}\" css/",
"lint": "eslint --ext .ts,.tsx ./src",
"lint:fix": "eslint --fix --ext .ts,.tsx ./src",
"test": "vitest",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"node": ">=18.19.0"
},
"scripts": {
"ci": "npm install && npm run build && npm run package",
"ci": "npm install && npm run build:icons && npm run build && npm run package",
"clean": "lerna run clean",
"build": "tsc --build && tscp --build",
"build:icons": "npm run --workspace=@ivyteam/process-editor build:icons",
"package": "lerna run package",
"type": "lerna run type",
"lint": "lerna run lint --",
Expand Down

0 comments on commit df972e2

Please sign in to comment.