We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f85c89 commit bbcdc7aCopy full SHA for bbcdc7a
.github/workflows/webpack.yml
@@ -5,6 +5,7 @@ on:
5
branches: [ "main" ]
6
pull_request:
7
8
+ workflow_dispatch:
9
10
jobs:
11
build:
@@ -23,8 +24,7 @@ jobs:
23
24
node-version: ${{ matrix.node-version }}
25
26
- name: Provision NPM
- run: |
27
- npm install
+ run: npm install
28
29
- name: Create Webpacks
30
run: |
@@ -33,13 +33,7 @@ jobs:
33
npx webpack --config ./webpack-script.cjs --mode production --no-output-clean
34
35
- name: Show Results
36
37
- ls -l .
+ run: ls -l .
38
39
- - name: Provision
40
41
- mkdir ./serve
42
- cp ./dist/script/* ./serve
43
-
44
45
0 commit comments