We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c44aa commit 9b9eb35Copy full SHA for 9b9eb35
package.json
@@ -7,7 +7,7 @@
7
"node": ">=8.0.0"
8
},
9
"scripts": {
10
- "build": "babel src --source-maps --out-dir lib && cp ./src/ansi_to_html.d.ts ./lib",
+ "build": "babel src --source-maps --copy-files --out-dir lib",
11
"build:watch": "babel src --source-maps --out-dir lib --watch",
12
"lint": "eslint .",
13
"test": "nyc mocha --reporter tap",
0 commit comments