Skip to content

Commit

Permalink
ci: Fix file copying during installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
elondaits committed Apr 8, 2024
1 parent eff0d5a commit 12d717d
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 @@ -7,7 +7,7 @@
"degit": "^2.8.4"
},
"scripts": {
"build": "rm -rf ./dist && degit github:IMAGINARY/gradient-descent#v1.8.1 --force dist && cp -R ./extras/ ./dist && cd ./dist/src && npm install && npm run build && cd .. && cd .."
"build": "rm -rf ./dist && degit github:IMAGINARY/gradient-descent#v1.8.1 --force dist && cp -R ./extras/ ./dist/. && cd ./dist/src && npm install && npm run build && cd .. && cd .."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 12d717d

Please sign in to comment.