Skip to content

Commit

Permalink
[ci] remove private flags from service and web-app packages to allow …
Browse files Browse the repository at this point in the history
…publishing
  • Loading branch information
restjohn committed Apr 25, 2022
1 parent 0206de5 commit 5ec5fc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"private": true,
"name": "@ngageoint/mage.service",
"version": "6.2.0-beta.3",
"displayName": "MAGE Service",
Expand Down
1 change: 1 addition & 0 deletions web-app/post_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const process = require('process');

const post = builderOptions => {
const packageDesc = require('./package');
delete packageDesc.private;
delete packageDesc.scripts;
delete packageDesc.dependencies;
delete packageDesc.devDependencies;
Expand Down

0 comments on commit 5ec5fc6

Please sign in to comment.