Skip to content

Commit

Permalink
ci: fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Mar 26, 2024
1 parent 2f807f3 commit 4527f87
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npx json -I -f dist/variables.json -e "this.playground='https://$DOMAIN/playground'"

- name: Publish preview
- uses: jsmrcaga/[email protected]
uses: jsmrcaga/[email protected]
if: env.NETLIFY_TOKEN
with:
NETLIFY_AUTH_TOKEN: ${{ env.NETLIFY_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions packages/wc-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"prepack": "tsc",
"analyze": "run-p analyze:*",
"analyze:wc": "wca --format json --outFile ./custom-elements.json",
"analyze:readme": "wca --outFile ./README.md",
"analyze:lit": "lit-analyzer . --strict --quiet --rules.no-invalid-css off"
"analyze:readme": "wca --outFile ./README.md"
},
"dependencies": {
"@hydrofoil/shaperone-core": "^0.11.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/wc-shoelace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"prepack": "tsc",
"analyze": "run-p analyze:*",
"analyze:wc": "wca --format json --outFile ./custom-elements.json",
"analyze:readme": "wca --outFile ./README.md",
"analyze:lit": "lit-analyzer . --strict --quiet --rules.no-invalid-css off"
"analyze:readme": "wca --outFile ./README.md"
},
"files": [
"**/*.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/wc-vaadin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"prepack": "tsc",
"analyze": "run-p analyze:*",
"analyze:wc": "wca --format json --outFile ./custom-elements.json",
"analyze:readme": "wca --outFile ./README.md",
"analyze:lit": "lit-analyzer . --strict --quiet --rules.no-invalid-css off"
"analyze:readme": "wca --outFile ./README.md"
},
"dependencies": {
"@hydrofoil/shaperone-wc": "^0.7.13",
Expand Down
1 change: 0 additions & 1 deletion packages/wc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"analyze": "run-p analyze:*",
"analyze:wc": "wca --format json --outFile ./custom-elements.json",
"analyze:readme": "wca --outFile ./README.md",
"analyze:lit": "lit-analyzer . --strict --quiet --rules.no-invalid-css off",
"start": "webpack-dev-server --mode development",
"prebuild": "rimraf ../../dist/shaperone-form",
"build": "vite build --outDir ../../../dist/shaperone-form"
Expand Down

0 comments on commit 4527f87

Please sign in to comment.