Skip to content

Commit 9b9eb35

Browse files
committedApr 24, 2020
use babel --copy-files argument
1 parent 98c44aa commit 9b9eb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"node": ">=8.0.0"
88
},
99
"scripts": {
10-
"build": "babel src --source-maps --out-dir lib && cp ./src/ansi_to_html.d.ts ./lib",
10+
"build": "babel src --source-maps --copy-files --out-dir lib",
1111
"build:watch": "babel src --source-maps --out-dir lib --watch",
1212
"lint": "eslint .",
1313
"test": "nyc mocha --reporter tap",

0 commit comments

Comments
 (0)
Please sign in to comment.