Skip to content

Commit

Permalink
ci: cleanup scripts for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Oct 20, 2024
1 parent 561b0d7 commit 3838d6c
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 2 deletions.
203 changes: 203 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"url": "https://github.com/radiovisual/keeli/issues"
},
"scripts": {
"build:prod": "rm -rf dist/* && node build/cli.mjs",
"build:dev": "rm -rf dist/* && npm run typecheck && tsc && node build/cli.mjs",
"build": "npm run typecheck && npm run test && npm run clean && node build/cli.mjs",
"build:dev": "npm run clean && npm run typecheck && node build/cli.mjs",
"start": "npm run build:dev -- --watch",
"clean": "rimraf dist",
"test": "jest",
"typecheck": "tsc --noEmit",
"validate-i18n": "keeli"
Expand All @@ -32,6 +33,7 @@
"@types/node": "^20.12.13",
"esbuild": "0.21.4",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
Expand Down

0 comments on commit 3838d6c

Please sign in to comment.