Skip to content

Commit

Permalink
remove copying phx file from npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Sep 7, 2023
1 parent 30fd4d5 commit 31af78d
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 @@ -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

0 comments on commit 31af78d

Please sign in to comment.