Skip to content

Commit

Permalink
chore: rename app
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca committed Jun 12, 2024
1 parent c1d0494 commit 80f7592
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "1loc.js.org",
"name": "1loc",
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions scripts/clone-1loc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rm -rf 1loc
rm -rf src/content/lines
rm -rf src/content/lines/*
mkdir -p src/content/lines
git clone --depth 1 https://github.com/iamandrewluca/1loc.git 1loc
cp -r 1loc/contents/ src/content/lines/
git clone --depth 1 https://github.com/iamandrewluca/fork-1loc.git 1loc
cp -r 1loc/contents/* src/content/lines/
rm -rf 1loc
ls -l src/content/lines

0 comments on commit 80f7592

Please sign in to comment.