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

Commit

Permalink
fix(ci): fixing php-clean scripts - front-1491 (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus authored Aug 19, 2020
1 parent 5f9ac92 commit a05e4cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ yarn-error.log
.idea
composer.lock
grump-report.txt
.phpintel
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"jest:update": "jest -u",
"lint": "eslint .",
"php:copy": "./node_modules/@ecl-twig/php-storybook/resources/get-assets.js",
"php-clean:eu": "rimraf build php/packages/eu php/dist/eu",
"php-clean:ec": "rimraf build php/packages/ec php/dist/ec",
"php-clean:eu": "rimraf php/packages/eu php/dist/eu",
"php-clean:ec": "rimraf php/packages/ec php/dist/ec",
"php:dist": "npm-run-all php:clean render-php-js storybook-build-php:* php:copy php:dist-fix",
"php:clean": "npm-run-all php-clean:*",
"php:dist-fix": "./node_modules/@ecl-twig/php-storybook/resources/fix-build.js",
Expand Down

0 comments on commit a05e4cb

Please sign in to comment.