Skip to content

Commit

Permalink
Add "npm run format" to the "meta:ci" script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanlucut committed Sep 29, 2023
1 parent 0c34c2e commit e89aaa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"type": "module",
"scripts": {
"format": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./node_modules/.bin/prettier --log-level error --write \"./verified/**/*.txt\" {src,bin}/**/*.ts README.md \"./LaTeX/**/*.tex\"",
"format": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./node_modules/.bin/prettier --log-level error --write \"./verified/**/*.txt\" \"./candidates/**/*.txt\" {src,bin,mocks,temp-runners}/**/*.ts README.md \"./LaTeX/**/*.tex\"",
"test:ci": "NODE_ENV=test jest --runInBand --no-cache",
"test:watch": "NODE_ENV=test TZ='Europe/Berlin' jest --watch --logHeapUsage --no-cache",
"test": "is-ci-cli test:ci test:watch",
Expand All @@ -63,7 +63,7 @@
"import:rc:by-authors": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./temp-runners/importSongsFromRcByAuthors.ts",
"import:rc:by-ids": "node --no-warnings=ExperimentalWarning --loader ts-node/esm ./temp-runners/importSongsFromRcByIds.ts",
"build:ci": "npm run lint && npm run test && npm run verify",
"meta:ci": "npm run reprocess:filename && npm run reprocess:content && npm run verify"
"meta:ci": "npm run reprocess:filename && npm run reprocess:content && npm run verify && npm run format"
},
"author": "Ioan Lucuț",
"license": "ISC"
Expand Down

0 comments on commit e89aaa7

Please sign in to comment.