Skip to content

Commit

Permalink
fix error build
Browse files Browse the repository at this point in the history
  • Loading branch information
hungoptimizely committed Dec 6, 2023
1 parent 28ef2ab commit affd26b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Apply Versioning
run: |
echo "running on branch" ${{env.BRANCH_NAME}}
${{ github.workspace}}\build\get-versionSuffix.ps1 ${{env.BRANCH_NAME}} ${{github.RUN_NUMBER}}
${{ github.workspace}}/build/get-versionSuffix.ps1 ${{env.BRANCH_NAME}} ${{github.RUN_NUMBER}}
- name: Publish
run: npm run publish
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
registry=https://npm.pkg.github.com/episerver/
@episerver:registry=https://npm.pkg.github.com/episerver/
always-auth=true
//npm.pkg.github.com/episerver/:_authToken=${NPM_AUTH_TOKEN}
4 changes: 3 additions & 1 deletion src/@episerver/forms-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"build": "rollup -c --context window",
"publish": "npm publish"
},
"private": true,
"publishConfig": {
"registry": "https://npm.pkg.github.com/episerver"
},
"keywords": [],
"dependencies": {
"@episerver/forms-sdk": "file:../forms-sdk"
Expand Down
3 changes: 3 additions & 0 deletions src/@episerver/forms-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"test": "jest",
"publish": "npm publish"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/episerver"
},
"files": [
"dist"
],
Expand Down

0 comments on commit affd26b

Please sign in to comment.