mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
add
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -36,12 +36,19 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "16.18"
|
node-version: "16.18"
|
||||||
|
- name: Restore cached Primes
|
||||||
|
id: node-modules
|
||||||
|
uses: actions/cache/restore@v4
|
||||||
|
with:
|
||||||
|
path: node_modules
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm ci --force
|
run: npm ci --force
|
||||||
- name: config
|
- name: config
|
||||||
run: |
|
run: |
|
||||||
cp src/config/app.config.example.js src/config/app.config.js
|
cp src/config/app.config.example.js src/config/app.config.js
|
||||||
cp vue.config.js.example vue.config.js
|
cp vue.config.js.example vue.config.js
|
||||||
|
sed -i "s|publicPath: '/'|publicPath: '/serverless-invoices'|" vue.config.js
|
||||||
|
cat vue.config.js
|
||||||
- name: building
|
- name: building
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user