Skip to content

Commit

Permalink
remove-PHX (#41)
Browse files Browse the repository at this point in the history
* remove test comment

* remove copying phx file from npm script
  • Loading branch information
rohanharikr authored Sep 7, 2023
1 parent eeacff4 commit da1a775
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:legal": "vitepress build src/legal",
"build:pages": "vitepress build src/pages",
"build:proto": "cd src/protocol && npm run build && cd ../../ && shx cp src/protocol/dist/index.html S3/pages/protocol.html && shx cp src/protocol/dist/assets/* S3/pages/assets/",
"build": "run-s build:* && copyfiles src/index.html S3 -f && copyfiles src/PHX S3 -f && copyfiles src/assets/* S3/assets/ -f && copyfiles src/assets/scroll-anim-seq/* S3/assets/scroll-anim-seq -f",
"build": "run-s build:* && copyfiles src/index.html S3 -f && copyfiles src/assets/* S3/assets/ -f && copyfiles src/assets/scroll-anim-seq/* S3/assets/scroll-anim-seq -f",
"preview": "vite preview --open",
"test": "linkinator ./S3 --config linkinator.config.json",
"test:blog": "linkinator https://blog.hello.coop https://blog.hello.dev --config linkinator.config.json",
Expand Down
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@
</head>

<body>
<!-- test-run-4 -->
<nav class="fixed top-0 w-full bg-charcoal h-12 z-50 text-white">
<div class="container px-4 max-w-5xl mx-auto h-full flex items-center justify-between">
<span class="w-1/3">
Expand Down

0 comments on commit da1a775

Please sign in to comment.