diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 35ab1f3..d20cc88 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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' diff --git a/.gitignore b/.gitignore index 7158f25..f886497 100755 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules *.iml .idea *.log* +.history .nuxt .vscode/settings.json !.vscode/launch.json diff --git a/package.json b/package.json index 164c9ca..6eaa508 100755 --- a/package.json +++ b/package.json @@ -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", @@ -66,4 +65,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file