File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v3
1515 - name : Npm Install
1616 run : |
17- npm install
17+ npm ci
1818 - name : eslint using npm run eslint
1919 run : |
2020 npm run lint
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212 - name : Npm Install
1313 run : |
14- npm install
14+ npm ci
1515 - name : Verifying release artifact build
1616 run : |
1717 npm run release:prod
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212 - name : Npm Install
1313 run : |
14- npm install
14+ npm ci
1515 - name : Verifying release artifact build
1616 run : |
1717 npm run release:dev
Original file line number Diff line number Diff line change 1313 ref : main
1414 - name : Bump patch version
1515 run : |
16- npm install
16+ npm ci
1717 npm run patchVersionBump
1818 git status
1919 phoenix_version=`node -p "require('./package.json').apiVersion"`
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212 - name : Npm Install
1313 run : |
14- npm install
14+ npm ci
1515 - name : Verifying release artifact build
1616 run : |
1717 npm run release:prod
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212 - name : Npm Install
1313 run : |
14- npm install
14+ npm ci
1515 - name : Verifying release artifact build
1616 run : |
1717 npm run release:staging
Original file line number Diff line number Diff line change 1414 GCP_API_KEY : ${{ secrets.GCP_API_KEY }}
1515 GCP_PROJECT_ID : ${{ secrets.GCP_PROJECT_ID }}
1616 run : |
17- npm install
17+ npm ci
1818 npm run translateStrings
1919 ls -al docs
2020 shell : bash
Original file line number Diff line number Diff line change 1616 pwd
1717 ls -al
1818 cd phoenixSrc
19- npm install
19+ npm ci
2020 npm run build
2121 ls -al docs
2222 shell : bash
You can’t perform that action at this time.
0 commit comments