Skip to content

Commit

Permalink
fix(release): fix release 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvak committed Feb 2, 2020
1 parent c7b5e87 commit 47f88f7
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 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && npm run copy-files",
"copy-files": "copyfiles -u 1 ./src/dashboard/build/** ./dist/",
"copy-files": "copyfiles -u 1 ./src/dashboard/build/**/* ./dist/",
"start": "npm run build & ts-node index.ts",
"example": "cd src && cd dashboard && npm run build && cd .. && cd .. && npm run build && cd dist/example && node index",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit 47f88f7

Please sign in to comment.