Skip to content

Commit

Permalink
chore(github): no more secondary pkg build script
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Oct 1, 2021
1 parent a29a20f commit 3ae4a53
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 150 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
run: npm run validate
- name: Test
run: npm run test:headless
- name: Create package folder
run: npm run release:create-packages
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ dist/
coverage/
.env
Utilities/TestResults
pkg
145 changes: 0 additions & 145 deletions Utilities/ci/build-npm-package.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,13 @@
[
"@semantic-release/npm",
{
"pkgRoot": "./pkg/umd"
"pkgRoot": "./dist/umd"
}
],
[
"@semantic-release/npm",
{
"pkgRoot": "./pkg/esm"
"pkgRoot": "./dist/esm"
}
],
"@semantic-release/github"
Expand Down

0 comments on commit 3ae4a53

Please sign in to comment.