Skip to content

Commit

Permalink
Merge pull request #33 from cu-mkp/dev
Browse files Browse the repository at this point in the history
`dev` into `main`
  • Loading branch information
camdendotlol authored May 8, 2023
2 parents 7e35b7b + 2faaca4 commit 1477aac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish UMD build
run: cd editioncrafter-umd && npm ci && npm build && npm publish --access public
run: cd editioncrafter-umd && npm ci && npm run build && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion editioncrafter-umd/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@performant-software/edition-crafter-umd",
"name": "@performant-software/editioncrafter-umd",
"version": "0.0.3",
"description": "",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion editioncrafter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@performant-software/edition-crafter",
"name": "@performant-software/editioncrafter",
"version": "0.0.3",
"description": "",
"private": false,
Expand Down

0 comments on commit 1477aac

Please sign in to comment.