Skip to content

Commit

Permalink
remove pnpify calls
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia authored Dec 5, 2023
1 parent c87b0a6 commit ce44975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ./.github/commands/dependencies/install_yarn_deps
- run: yarn pnpify depcheck
- run: yarn depcheck

run-pre-commits:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scripts": {
"prepare": "yarn build",
"####### Linting #######": "",
"lint": "yarn pnpify eslint src --ext .ts",
"lint": "yarn eslint src --ext .ts",
"####### Start #########": "",
"start:example": "yarn build:example && http-server example/build/ --port 8080 -o",
"start:demo": "yarn build:demo && http-server demo/build/ --port 8081 -o",
Expand Down

0 comments on commit ce44975

Please sign in to comment.