Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ts-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: yarn build

- name: Test
run: yarn test:ci
run: yarn test
env:
FORCE_COLOR: 1
ENABLE_GAS_REPORT: 1
Expand Down Expand Up @@ -89,4 +89,4 @@ jobs:
run: yarn install

- name: Lint
run: yarn lint:ci
run: yarn lint
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
"clean": "yarn lerna run clean",
"build": "yarn lerna run build",
"test": "yarn lerna run test --parallel",
"test:ci": "yarn lerna run test --parallel --since origin/master",
"lint": "yarn lerna run lint",
"lint:ci": "yarn lerna run lint --parallel --since origin/master",
"lint:fix": "yarn lerna run lint:fix",
"postinstall": "patch-package",
"release": "yarn build && yarn changeset publish"
Expand Down