Skip to content

Commit

Permalink
Merge pull request #897 from codigoencasa/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
leifermendez authored Oct 31, 2023
2 parents ff99576 + 2a4a2df commit a884286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A template to make your website using Qwik + Tailwind CSS.",
"version": "0.1.1",
"scripts": {
"build": "qwik build && npm run subfont",
"build": "qwik build",
"build.client": "vite build",
"build.preview": "vite build --ssr src/entry.preview.tsx",
"build.server": "vite build -c adaptors/netlify-edge/vite.config.ts",
Expand All @@ -16,7 +16,7 @@
"lint": "eslint \"src/**/*.ts*\"",
"preview": "qwik build preview && vite preview --open",
"start": "vite --open --mode ssr",
"subfont": "subfont -i --inline-css --no-fallbacks --silent --root dist",
"subfont": "subfont -i --inline-css --no-fallbacks --silent --root ./dist",
"qwik": "qwik"
},
"devDependencies": {
Expand Down

0 comments on commit a884286

Please sign in to comment.