Skip to content

Commit

Permalink
assort
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 authored Nov 4, 2024
1 parent 361aae3 commit 1ee3a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"devx": "npm run prep && vite dev",
"prep": "cd ../.stranger-quarkdown && rake squark[fonts,scss] && cd ../.site",
"prepx": "npm run squarkx && npm run vivid",
"squark": "cd ../.stranger-quarkdown && rake squark && cd ../.site",
"squarkx": "cd ../.stranger-quarkdown && rake squark[fonts,scss,assets] && cd ../.site",
"squark": "cd ../.stranger-quarkdown && rake squark --trace && cd ../.site",
"squarkx": "cd ../.stranger-quarkdown && rake squark[fonts,scss,assets] --trace && cd ../.site",
"vivid": "python vividity/export --root=src/palettes --css=colours.css css json",
"build": "vite build",
"buildx": "npm run prepx && vite build",
Expand Down

0 comments on commit 1ee3a84

Please sign in to comment.