Skip to content

Commit

Permalink
Return true if clean fails (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet authored Jan 5, 2024
1 parent b99305f commit e93beab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
key: docker-v1-${{ runner.os }}-${{ hashFiles('package.json') }}
- name: Publish
run: |
yarn install --frozen-lockfile
sudo yarn install --frozen-lockfile
npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "git+https://github.com/elchininet/home-assistant-query-selector"
},
"scripts": {
"clean": "rm -rf dist .nyc_output coverage",
"clean": "rm -rf dist .nyc_output coverage || true",
"build": "yarn clean && rollup --config rollup.config.js --bundleConfigAsCjs",
"lint": "eslint \"src/**/*.ts\"",
"coverage:report": "nyc report --reporter=lcov --reporter=text-summary",
Expand Down

0 comments on commit e93beab

Please sign in to comment.