Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Update wpdtrt-npm-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dotherightthing committed Dec 28, 2020
1 parent 110a172 commit 771b033
Show file tree
Hide file tree
Showing 7 changed files with 1,180 additions and 1,194 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [13.x]
node: [ '13.x' ]

steps:
# check out the repository, so the workflow can access it
Expand All @@ -26,7 +26,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '7.2.15'
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node }}

- name: Run build
run: |
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ release*
.browserslistrc
.eslintrc
.stylelint*
js/*-es5.js
js/backend*.js
js/frontend*.js
nodemon.json
phpcs.xml
phpunit.xml.dist
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions js/backend.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./js/_backend.js
1 change: 1 addition & 0 deletions js/frontend.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./js/_frontend.js
2,365 changes: 1,174 additions & 1,191 deletions package-lock.json

Large diffs are not rendered by default.

0 comments on commit 771b033

Please sign in to comment.