File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4141 uses : actions/setup-node@v4
4242 with :
4343 node-version-file : ' package.json'
44- - run : npm ci
44+ - run : npm install
4545 - run : npm run build
4646 working-directory : ./wp-dsfr-blocks
4747
5050 uses : actions/setup-node@v4
5151 with :
5252 node-version-file : ' package.json'
53- - run : npm ci
53+ - run : npm install
5454 - run : npm run build
5555 working-directory : ./wp-dsfr-theme
5656
6060 with :
6161 node-version-file : ' package.json'
6262 - run : |
63- npm ci
63+ npm install
6464 npm run plugin-zip
6565 working-directory: "./wp-dsfr-blocks"
6666
7070 with :
7171 node-version-file : ' package.json'
7272 - run : |
73- npm ci
73+ npm install
7474 npm run plugin-zip
7575 working-directory: "./wp-dsfr-theme"
7676
Original file line number Diff line number Diff line change 4242 uses : actions/setup-node@v4
4343 with :
4444 node-version-file : ' package.json'
45- - run : npm ci
45+ - run : npm install
4646 - run : npm run build
4747 working-directory : ./wp-dsfr-blocks
4848
5151 uses : actions/setup-node@v4
5252 with :
5353 node-version-file : ' package.json'
54- - run : npm ci
54+ - run : npm install
5555 - run : npm run build
5656 working-directory : ./wp-dsfr-theme
5757
You can’t perform that action at this time.
0 commit comments