Skip to content

Commit

Permalink
fix(ci): remove preline from build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-osgood committed Oct 22, 2024
1 parent f99cee3 commit a08e32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "astro dev",
"start": "astro dev",
"check": "astro check && tsc",
"build": "astro check && astro build && cp node_modules/preline/dist/preline.js public/preline.js",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prettier:write": "prettier --write .",
Expand Down

0 comments on commit a08e32e

Please sign in to comment.