Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 06089b6

Browse files
Move assets to public/assets folder, remove from gitignore, update paths
1 parent 8a59373 commit 06089b6

24 files changed

+31
-26
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,3 @@ yarn-error.log*
2323

2424
.yalc
2525
yalc.lock
26-
27-
public/assets

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,11 @@
8484
"name": "beets",
8585
"private": true,
8686
"scripts": {
87-
"build": "react-scripts build && npm run copy-assets",
87+
"build": "react-scripts build",
8888
"build:migrations": "echo Building src/scripts/migrations && echo Using TypeScript && tsc -v && tsc --project src/scripts/migrations",
8989
"clean:generated": "rm -rf src/generated",
9090
"clean:migrations": "rm -rf src/scripts/migrations/dist",
9191
"codegen": "ts-node src/scripts/codegen/main.ts",
92-
"copy-assets": "rm -rf public/assets && cp -rf src/docs/assets public/assets",
9392
"eject": "react-scripts eject",
9493
"format": "prettier --write",
9594
"migrations:create": "node-pg-migrate --migrations-dir src/scripts/migrations --template-file-name src/scripts/migrations/utils/migration-template.ts create",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)