Skip to content

Commit

Permalink
chore(e2e): Revert change for package
Browse files Browse the repository at this point in the history
  • Loading branch information
cezres committed Aug 16, 2019
1 parent 0837841 commit 3306897
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 @@ -31,7 +31,7 @@
"build": "lerna run --stream build",
"release": "yarn build && ./scripts/copy-ui-files.sh && ./scripts/release.sh",
"test": "lerna run --parallel test",
"test:e2e": "lerna run --parallel test:e2e",
"test:e2e": "yarn build && ./scripts/copy-ui-files.sh && lerna run --parallel test:e2e",
"lint": "lerna run --stream lint",
"postinstall": "lerna run rebuild:nativemodules",
"db:chain": "node ./node_modules/.bin/typeorm",
Expand Down

0 comments on commit 3306897

Please sign in to comment.