Skip to content

Commit

Permalink
fix: typeorm cleanup (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
igdev0 authored Mar 29, 2023
1 parent f7aa5cf commit f8765a9
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 @@ -6,9 +6,9 @@
"browser": "build/browser/index.js",
"types": "build/typings/index.d.ts",
"scripts": {
"build": "npm run build:browser && npm run build:node && npm run types",
"build": "npm run clean-up && npm run build:browser && npm run build:node && npm run types",
"types": "rm -rf build/typings && tsc",
"postinstall": "./scripts/typeorm-cleanup.sh",
"clean-up": "./scripts/typeorm-cleanup.sh",
"build:browser": "webpack --mode=production --config webpack/webpack.browser.conf.js",
"build:node": "webpack --mode=production --config webpack/webpack.node.conf.js",
"dev:browser": "webpack serve --mode=development --config webpack/webpack.browser.conf.js",
Expand Down

0 comments on commit f8765a9

Please sign in to comment.