Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
sshmatrix committed Dec 19, 2023
1 parent c4b8b8f commit eaf1444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "next start",
"lint": "next lint",
"purge": "purgecss --css ./**/*.css --content ./**/*.ts* --output ./postbuild/purgecss/",
"xyz-deploy": "node postbuild/replacerNamesysWeb2.js",
"eth-deploy": "node postbuild/replacerNamesysWeb3.js",
"xyz-deploy": "node postbuild/replacerNameSysWeb2.js",
"eth-deploy": "node postbuild/replacerNameSysWeb3.js",
"ghp-deploy": "touch out/.nojekyll && node postbuild/replacerGithubPages.js && git add out && git commit -S -m 'auto-commit: gh-pages' && git subtree push --prefix out origin gh-pages"
},
"dependencies": {
Expand Down

0 comments on commit eaf1444

Please sign in to comment.