Skip to content

Commit

Permalink
chore: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-capellari committed Oct 5, 2023
1 parent eb8cade commit dd1e4c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"scripts": {
"lint": "yarn run eslint --ext ts,tsx .",
"lint:fix": "yarn run eslint --fix --ext ts,tsx .",
"test": "yarn lint && yarn jill each test --no-private",
"build": "yarn jill each build --no-private",
"test": "jill each test --no-private",
"build": "jill each build --no-private",
"postinstall": "husky install"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/std/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ expect(ko).toEqual([-2])
```

- And more...

0 comments on commit dd1e4c7

Please sign in to comment.