Skip to content

Commit a7f99a5

Browse files
authored
chore: update font path
2 parents 3a9b3ce + d7ff131 commit a7f99a5

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.releaserc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
[
55
"@semantic-release/exec",
66
{
7-
"verifyReleaseCmd": "npm run archive:app -- ${nextRelease.version}",
8-
"prepareCmd": "chmod a+x ./bin/version.sh && ./bin/version.sh ${nextRelease.version} && cp -r ./README.md ./dist/toppy && npx json -I -f package.json -e 'this.version=\"${nextRelease.version}\"'",
7+
"prepareCmd": "npm run archive:app -- ${nextRelease.version} && chmod a+x ./bin/version.sh && ./bin/version.sh ${nextRelease.version} && cp -r ./README.md ./dist/toppy && npx json -I -f package.json -e 'this.version=\"${nextRelease.version}\"'",
98
"successCmd": "npm run postpublish -- ${nextRelease.version}"
109
}
1110
],
@@ -47,7 +46,8 @@
4746
"package-lock.json",
4847
"CHANGELOG.md",
4948
"docs/environments/version.ts",
50-
"docs/assets/archived-versions.json"
49+
"docs/assets/archived-versions.json",
50+
"dist/toppy-app/assets/archived-versions.json"
5151
],
5252
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
5353
}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ before_script:
2121
- sudo dpkg -i google-chrome*.deb
2222
script:
2323
- npm run test:lib -- --watch=false
24-
after_success:
2524
- npm run build:lib
2625
- npm run build:app
26+
after_success:
2727
- npm run travis-deploy-once "npm run release"
2828
branches:
2929
except:

docs/styles/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $toppy-folder-illus: (
5959
);
6060
$toppy--border-rad: 3px;
6161
$toppy--icons-font: 'toppy';
62-
$toppy--icon-font-path: '/assets/icons';
62+
$toppy--icon-font-path: './icons';
6363

6464
$toppy--grid-breakpoints: (
6565
xs: 0,
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)