Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 24, 2024
1 parent 7fa56bb commit f6fad24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
continue-on-error: true
working-directory: .
run: |
npm install --include prod dev optional peer --legacy-peer-deps
npm publish --legacy-peer-deps --provenance
npm publish --legacy-peer-deps --provenance --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion Source/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/// <reference types="astro/client" />
/// <reference types="astro/client" />
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@astrojs/check": "0.7.0",
"@astrojs/prefetch": "0.4.1",
"@astrojs/sitemap": "3.1.5",
"@playform/build": "0.0.8",
"@playform/compress": "0.0.5",
"@playform/build": "0.0.9",
"@playform/compress": "0.0.6",
"@playform/format": "0.0.2",
"@playform/inline": "0.0.3",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"astro": "4.8.7",
"astro": "4.9.1",
"astro-capo": "0.0.1",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.19",
Expand Down

0 comments on commit f6fad24

Please sign in to comment.