Skip to content

Commit

Permalink
[Hot fix]: Include json migrationData files in babel output directory (
Browse files Browse the repository at this point in the history
  • Loading branch information
edmofro authored Feb 22, 2022
1 parent 1a1c1cb commit c677f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Beyond Essential Systems <admin@tupaia.org> (https://beyondessential.com.au)",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist --source-maps --config-file \"../../babel.config.json\" && tsc",
"build": "babel src --out-dir dist --source-maps --config-file \"../../babel.config.json\" --copy-files --no-copy-ignored && tsc",
"dump-database": "./scripts/dumpDatabase.sh",
"lint": "eslint --ignore-path ../../.gitignore .",
"lint:fix": "yarn lint --fix",
Expand Down

0 comments on commit c677f6c

Please sign in to comment.