Skip to content

Commit

Permalink
fix(reports): fix action for reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorn Walli committed Jun 4, 2020
1 parent 4cc976b commit c71ab69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Build
run: |
npm run generate
cp -R reports/* dist/reports/
cp -R reports/** dist/reports/
touch dist/.nojekyll
env:
WEBSITE_HOST: 'https://grabarzundpartner.github.io/nuxt-font-loader-strategy'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ node_modules
*.iml
.idea
*.log*
.history
.nuxt
.vscode/settings.json
!.vscode/launch.json
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"lint:js": "eslint --ext .js,.vue example lib test",
"lint:css": "stylelint \"example/**/*.vue\" \"example/**/*.css\", \"lib/**/*.vue\" \"lib/**/*.css\"",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest",
"baqend-deploy-pagespeed": "baqend deploy -f './dist' -b 'www' pagespeed"
"test": "yarn lint && jest"
},
"dependencies": {
"change-case": "4.1.1",
Expand Down Expand Up @@ -66,4 +65,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit c71ab69

Please sign in to comment.