Skip to content

Commit

Permalink
Pj/mv static (#11)
Browse files Browse the repository at this point in the history
* mv static files

* update gitattributes

* update makefile
  • Loading branch information
pjaudiomv authored Feb 14, 2024
1 parent 2886cbd commit ee611c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
/build export-ignore
/node_modules export-ignore
/pages export-ignore
/src export-ignore
/public export-ignore
Dockerfile export-ignore
Makefile export-ignore
README.md export-ignore
docker-compose.yml export-ignore
package-lock.json export-ignore
package.json export-ignore
tsconfig.json export-ignore
.eslintignore export-ignore
.prettierrc export-ignore
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build: ## Build
npm run build
git archive --format=zip --output=${ZIP_FILENAME} $(COMMIT)
zip -r ${ZIP_FILENAME} dist
cd public && zip -r ../${ZIP_FILENAME} * && cd ..
mkdir -p ${BUILD_DIR} && mv ${ZIP_FILENAME} ${BUILD_DIR}

.PHONY: pages
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ee611c4

Please sign in to comment.