Skip to content

Commit

Permalink
Merge pull request #1957 from google/bug/1700-manifest-autload
Browse files Browse the repository at this point in the history
Bug/1700 manifest autload
  • Loading branch information
felixarntz authored Aug 27, 2020
2 parents 3fc03d8 + 1969b76 commit 2bd745b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/zips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
restore-keys: |
${{ runner.os }}-composer-
- name: Composer Install
uses: php-actions/composer@v1
with:
args: install
run: composer install --no-interaction --no-suggest --no-progress
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
id: nvm
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"build:static": "gulp svg imagemin",
"build:storybook": "build-storybook -c .storybook -o dist && npm run build:static",
"remove-dist": "rimraf ./dist",
"prezip": "composer run autoload-includes",
"zip": "gulp release",
"dev": "npm run build:dev",
"dev-zip": "npm run build:dev && gulp release",
"dev-zip": "npm run build:dev && npm run zip",
"watch": "npm run build:dev -- --watch",
"release-zip": "npm run build && gulp release",
"release-zip": "npm run build && npm run zip",
"test": "npm run build:production -- --display=none && bundlesize",
"test:visualtest": "npm run build:static && start-server-and-test storybook http-get://localhost:9001 backstopjs",
"test:visualapprove": "backstop approve --config=tests/backstop/config.js",
Expand Down

0 comments on commit 2bd745b

Please sign in to comment.