Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Mar 14, 2024
1 parent abfe576 commit f0f0ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish_dotcms_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
mkdir dist/apps/core-web
cp prepare.js ./dist/apps/core-web/prepare.js
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ORG_TOKEN }}
cd dist/apps/dotcms-ui
npm publish --public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ const mockContentletByInodeResponse = {
languageId: 1,
live: true,
locked: false,
modDate: 1639784363635,
modDate: 163978436363,
modUser: 'dotcms.org.1',
modUserName: 'Admin User',
owner: 'dotcms.org.1',
publishDate: 1639784363635,
publishDate: 1639784363634,
sortOrder: 0,
stInode: '0121c052881956cd95bfe5dde968ca07',
text: 'final value',
Expand Down

0 comments on commit f0f0ca3

Please sign in to comment.