Skip to content

Commit

Permalink
Inline/v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 13, 2024
1 parent f351760 commit abf8fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"main": "./Target/Function/Integration.js",
"types": "./Target/Function/Integration.d.ts",
"scripts": {
"Document": "Document 'Source/**/*.ts'",
"prepublishOnly": "Build 'Source/**/*.ts'"
},
"dependencies": {
Expand All @@ -43,7 +42,6 @@
},
"devDependencies": {
"@playform/build": "0.0.8",
"@playform/document": "0.0.6",
"astro": "4.8.2"
},
"publishConfig": {
Expand Down

0 comments on commit abf8fcf

Please sign in to comment.