Skip to content

Commit

Permalink
фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNaum committed May 27, 2024
1 parent 479ca8c commit c34792c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
"style:prettier": "prettier --check '**/*.{js,jsx,ts,tsx}'",
"make-pretty": "prettier --write '**/*.{js,jsx,ts,tsx}'",
"compile:templates": "bash ./scripts/handlebars.sh",
"clean-dist": "rm -rf dist && mkdir ./dist && mkdir ./dist/uploads",
"copy-img": "cp -vR ./src/img ./dist",
"copy-uploads": "cp -r uploads/* ./dist/uploads",
"copy-files": "npm run copy-img & npm run copy-uploads",
"init": "npm run clean-dist && npm run copy-files"
"init": "npm run compile:templates && npm run copy-files"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c34792c

Please sign in to comment.