Skip to content

Commit

Permalink
Update pattern library
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Jan 24, 2021
1 parent 2b331c0 commit b564430
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@
/.phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/hashboard.php export-ignore
/.babelrc export-ignore
/.browserslistrc export-ignore
/.eslintrc export-ignore
/.github export-ignore
/.git export-ignore
/.gitignore export-ignore
/.gitignore export-ignore
/bin export-ignore
/tests export-ignore
/WordPress/Tests export-ignore
/gulpfile.js export-ignore
/stylelint.config.js export-ignore
/webpack.config.js export-ignore

#
# Auto detect text files and perform LF normalization
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

- name: Start MySQL
run: sudo systemctl start mysql

- name: Install WordPress
run: bash bin/install-wp-tests.sh wordpress root root 127.0.0.1 ${{ matrix.wp }}

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules/
package-lock.json
assets/*.html
composer.lock
/wordpress/
3 changes: 3 additions & 0 deletions bin/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ rm -rf .git
rm -rf .github
rm -rf .gitignore
rm -rf .babelrc
rm -rf .browserslistrc
rm -rf .eslintrc
rm -rf bin
rm -rf node_modules
rm -rf tests
rm -rf phpunit.xml.dist
rm -rf vendor
rm -rf stylelint.config.js
rm -rf webpack.config.js
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"minimum-stability": "stable",
"require": {
"php": "^5.6|^7.0",
"hametuha/pattern": "^0.8",
"hametuha/pattern": "^0.9",
"ramsey/uuid": "^3.7",
"hametuha/wp-enqueue-manager": "^1.0"
},
Expand Down

0 comments on commit b564430

Please sign in to comment.