Skip to content

Commit

Permalink
fix: copy migration.json (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored May 5, 2019
1 parent d07db1c commit 9a2b105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prebuild": "rimraf dist",
"build": "npm run build:library && npm run build:migrations && npm run build:readme",
"build:library": "ng build --prod testing-library",
"build:migrations": "tsc -p ./projects/testing-library/migrations/tsconfig.migrations.json",
"build:migrations": "tsc -p ./projects/testing-library/migrations/tsconfig.migrations.json && cp ./projects/testing-library/migrations/migration.json ./dist/@angular-extensions/testing-library/migrations",
"build:readme": "cp ./README.md ./dist/@angular-extensions/testing-library",
"test": "jest --config ./projects/jest.lib.config.js",
"test:app": "jest --config ./src/jest.app.config.js",
Expand Down

0 comments on commit 9a2b105

Please sign in to comment.