Skip to content

Commit

Permalink
build: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazh committed Oct 7, 2024
1 parent 4375ee3 commit bd7904d
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
corepack enable yarn
yarn
yarn run build
yarn copyfiles package.json README.md LICENSE CHANGELOG.md .npmignore ./dist/
cd ./dist
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Kinescope Player Iframe API loader and TypeScript type definitions",
"author": "VZH",
"license": "UNLICENSED",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/kinescope/player-iframe-api-loader"
Expand All @@ -23,6 +23,8 @@
"build": "npm run clean && tsc -p tsconfig.json"
},
"devDependencies": {
"@types/copyfiles": "^2",
"copyfiles": "^2.4.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
Expand Down
Loading

0 comments on commit bd7904d

Please sign in to comment.