Skip to content

Commit

Permalink
Merge pull request #5 from Service-Soft/fix-cicd
Browse files Browse the repository at this point in the history
updated packages, copy:mailTemplates now has an mkdir builtin
  • Loading branch information
tim-fabian committed May 1, 2024
2 parents 3022c9f + e82dcc8 commit d5f2272
Show file tree
Hide file tree
Showing 4 changed files with 7,474 additions and 7,592 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"main": "dist/index.js",
"author": "Tim Fabian",
"scripts": {
"build": "lb-tsc && npm run copy:mailTemplates",
"build:prod": "lb-tsc && npm run copy:readme && npm run copy:license && npm run copy:contributing && npm run copy:mailTemplates",
"tsc": "lb-tsc",
"build": "npm run clean && npm run tsc && npm run copy:mailTemplates",
"build:prod": "npm run clean && npm run tsc && npm run copy:readme && npm run copy:license && npm run copy:contributing && npm run copy:mailTemplates",
"build:watch": "npm run build --watch",
"lint": "eslint --report-unused-disable-directives . --max-warnings 0",
"lint:fix": "eslint --report-unused-disable-directives . --fix",
"pretest": "npm run rebuild",
"pretest": "npm run clean && npm run build",
"test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
"posttest": "npm run lint",
"test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
"start": "cd showcase && npm run start",
"clean": "lb-clean dist *.tsbuildinfo .eslintcache",
"rebuild": "npm run clean && npm run build",
"copy:readme": "cp ./README.md dist/README.md",
"copy:license": "cp ./LICENSE.md dist/LICENSE.md",
"copy:contributing": "cp ./CONTRIBUTING.md dist/CONTRIBUTING.md",
Expand Down
Loading

0 comments on commit d5f2272

Please sign in to comment.