Skip to content

Commit

Permalink
chore(build): remove unnecessary copy of src/internal
Browse files Browse the repository at this point in the history
Fixes #263
  • Loading branch information
pizzafroide committed Nov 29, 2018
1 parent 1590fb8 commit 0a9cbc1
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 @@ -9,7 +9,7 @@
],
"scripts": {
"clean": "rimraf lib types",
"build": "tsc -p . && cpy src/internal lib/internal",
"build": "tsc -p .",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
Expand All @@ -32,7 +32,6 @@
"devDependencies": {
"@types/jest": "23.3.10",
"@types/node": "10.12.10",
"cpy-cli": "2.0.0",
"jest": "21.2.1",
"rimraf": "2.6.2",
"semantic-release": "15.12.3",
Expand Down

0 comments on commit 0a9cbc1

Please sign in to comment.