Skip to content

Commit

Permalink
feat: build and deploy
Browse files Browse the repository at this point in the history
Steps:
1. cf login
2. npm run build
3. cf deploy mta_archives/ui5-approuter_1.0.0.mtar
  • Loading branch information
kumarniti4 committed Feb 27, 2022
1 parent ab227ba commit 5f9f351
Show file tree
Hide file tree
Showing 5 changed files with 1,819 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Thumbs.db

# dependencies
/node_modules
!**/node_modules
/.pnp
.pnp.js

Expand All @@ -104,3 +105,4 @@ Thumbs.db
npm-debug.log*
yarn-debug.log*
yarn-error.log*
node_modules
Loading

0 comments on commit 5f9f351

Please sign in to comment.