Skip to content

Commit

Permalink
Update README.md (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
kstetsyuk committed Dec 13, 2023
1 parent d3220ab commit 8d1a59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ It correctly bundles React in production mode and optimizes the build for the be
* Any new links or content
* Run unit tests
3. Run `npm run build`
4. Copy all css artifacts into clipboard using `cat build/static/css/*.css > /dev/clipboard` (on Windows)
4. Copy all css artifacts into clipboard using `cat build/static/css/*.css > /dev/clipboard` or `cat build/static/css/*.css | clip` (on Windows)
5. Paste copied css artifacts (e.g., for the react-swagger pages and any custom css) into "Page Javascript" section in drupal within a \<style\> tag
6. Copy all javascript artifacts into clipboard using `cat build/static/js/*.js > /dev/clipboard` (in Windows)
6. Copy all javascript artifacts into clipboard using `cat build/static/js/*.js > /dev/clipboard` or `cat build/static/js/*.js | clip` (in Windows)
7. Paste copied javascript artifacts into "Page Javascript" section in drupal within a \<script\> tag
9. Tag new version and create release within github including the complete html drupal artifact
8. Update any cam-api-example scripts with new changes and merge into master
Expand Down

0 comments on commit 8d1a59d

Please sign in to comment.