Skip to content

Commit

Permalink
Merge pull request #3 from rajeshkumaravel/main
Browse files Browse the repository at this point in the history
Issue #ED-393 feat: CSP externalise added
  • Loading branch information
Rajesh Kumaravel authored Nov 9, 2022
2 parents 203d2c8 + 4821b8d commit 2d8449d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ jobs:
- run:
name: Check current version of node
command: node -v
- run:
name: Build app
command: npm run build:prod
- run:
name: Publish to NPM
command: |
if [ -z $CIRCLE_PR_NUMBER ]; then
npm run build:prod
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
npm publish
else
npm run build:prod
echo "skipping npm publish"
fi
workflows:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/client-cloud-services",
"version": "0.0.1",
"version": "0.0.2",
"description": "Sunbird Client Services - To access cloud services",
"main": "dist/bundle.js",
"module": "dist/bundle.js",
Expand Down

0 comments on commit 2d8449d

Please sign in to comment.