Skip to content
This repository was archived by the owner on Nov 21, 2020. It is now read-only.

Commit 58adf09

Browse files
alekseypbatamar
authored andcommitted
Fix build command (#358)
1 parent 5be1ff6 commit 58adf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"start": "node dist",
1818
"dev": "NODE_ENV=development node_modules/.bin/ts-node-dev --respawn src",
19-
"build": "tsc -p tsconfig.prod.json && cp -rf src/private dist/private",
19+
"build": "tsc -p tsconfig.prod.json && cp -rf src/private dist/",
2020
"lint": "tslint 'src/**/*.ts'",
2121
"format": "prettier --write 'src/**/*.ts'",
2222
"precommit": "lint-staged",

0 commit comments

Comments
 (0)