Skip to content

Commit

Permalink
fix build (via #106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin authored Mar 6, 2020
1 parent da11e44 commit 5db7d44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"link": "lerna link --force-local",
"build": "npm run clean && npm run link && lerna run build",
"build": "npm run clean && npm run link && lerna run build --stream",
"test": "npm run build && npm run run-test",
"clean": "lerna run clean",
"release": "lerna publish --yes",
Expand Down
1 change: 1 addition & 0 deletions packages/allure-jest/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"compilerOptions": {
"types": [
"jasmine",
"node",
"jest"
],
Expand Down
1 change: 1 addition & 0 deletions packages/allure-js-commons/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "./src/properties";
export { AllureRuntime } from "./src/AllureRuntime";
export { InMemoryAllureWriter } from "./src/writers";
export { AllureConfig, IAllureConfig } from "./src/AllureConfig";
Expand Down

0 comments on commit 5db7d44

Please sign in to comment.