Skip to content

Commit

Permalink
fix: missing files for canary app deployment with addition build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziping Liu committed Oct 30, 2023
1 parent 555676e commit 712e970
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
- [React Adobe Embed Deployed Latest Static Page for Canary Testing](https://ziping-liu-corporation.github.io/react-adobe-embed)

## [React based ADOBE PDF EMBED API Component Facade](https://ziping-liu-corporation.github.io/react-adobe-embed/) is a Great Tool for Displaying PDF's with rich features,
# [React based ADOBE PDF EMBED API Component Facade](https://ziping-liu-corporation.github.io/react-adobe-embed/) is a Great Tool for Displaying PDF's with rich features,

Ziping Liu really enjoys using Adobe Acrobat DC Pro ever since having the chance to use it for the first time when I interned at a law firm. In case you want to use it with React with a bit more Typescript This Wrapper allows Adobe PDF Embed to work great with React 18 and Typescript

## Current Build and Working Status

<table>
<thead>
<tr>
<td>
Expand Down Expand Up @@ -46,7 +44,7 @@ Ziping Liu really enjoys using Adobe Acrobat DC Pro ever since having the chance
Through live heartbeat monitoring the react component as well as the external api service used, as well as via standard integartion testing, that provides full CD/CI coverage of [react-adobe-embed](https://github.com/ziping-liu-corporation/react-adobe-embed). *Further details regarding CD to be provided.*

## Installation via package managers
- `npm install react-adobe-embed@11.0.0`
- `npm install react-adobe-embed@11.0.1`
- `yarn add react-adobe-embed`


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-adobe-embed",
"version": "11.0.0",
"version": "11.0.1",
"homepage": "https://ziping-liu-corporation.github.io/react-adobe-embed",
"repository": {
"type": "git",
Expand Down Expand Up @@ -58,7 +58,7 @@
"scripts": {
"clean": "rm -rf ./build && rm -rf ./lib && rm -rf ./dist && rm -rf ./types",
"test": "jest",
"build:canary": "npm run build:roll:canary && rsync -rhv --progress ./public/* ./build && rsync -rhv --progress README.md ./build && rsync -rhv --progress ./dist ./build/ && npm run build:public",
"build:canary": "npm run build:roll:canary && rsync -rhv --progress ./public/* ./build && rsync -rhv --progress README.md ./build && npm run build:roll:cdn && rsync -rhv --progress ./dist ./build/ && npm run build:public",
"build:public": "node ./scripts/public.js",
"build:roll:canary": "rimraf lib && rollup --bundleConfigAsCjs -c rollup.config.canary.js",
"predeploy": "npm run build:roll:canary",
Expand Down

0 comments on commit 712e970

Please sign in to comment.