Skip to content

Commit

Permalink
chore: 🤖 remove post build
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharkazaz committed Jul 18, 2023
1 parent 71dcd86 commit fe0ccab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build:docs": "npm run build && node ./docs-generator.js",
"start:docs": "npm run build:docs && npm run start --prefix docs",
"build": "nx build falso && npm run i18n && node ./post-build.js",
"build": "nx build falso && npm run i18n",
"i18n": "nx i18n falso",
"new": "nx workspace-generator falso",
"format": "nx format",
Expand Down Expand Up @@ -49,7 +49,6 @@
"jest": "29.4.3",
"jsdoc-babel": "0.5.0",
"jsdoc-to-markdown": "7.1.0",
"json-update": "5.3.0",
"lint-staged": "11.1.2",
"nx": "16.5.3",
"prettier": "2.8.1",
Expand Down
6 changes: 0 additions & 6 deletions post-build.js

This file was deleted.

0 comments on commit fe0ccab

Please sign in to comment.