Skip to content

Commit

Permalink
fix: add domain before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
h16nning committed Jan 23, 2025
1 parent 151eee0 commit 8219543
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@
"extract": "i18next --config i18next-parser.config.mjs 'src/**/*.{ts,tsx}'",
"format": "biome check --apply",
"tauri": "tauri",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
"add-domain": "echo https://skola.cards> dist/CNAME",
"predeploy": "npm run add-domain && npm run build",
"deploy": "gh-pages -d dist",
"build-and-deploy": "npm run build && npm run deploy"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 8219543

Please sign in to comment.