Skip to content

Commit

Permalink
fix: re-add postpackage script
Browse files Browse the repository at this point in the history
  • Loading branch information
6eDesign committed Sep 18, 2021
1 parent d85b620 commit 7702df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"dev": "svelte-kit dev",
"package": "svelte-kit package",
"postpackage": "node scripts/postpackage",
"prebuild": "rm -rf build",
"build": "svelte-kit build",
"postbuild": "touch docs/.nojekyll",
Expand Down

0 comments on commit 7702df4

Please sign in to comment.