Skip to content

Commit 9ab61a1

Browse files
committed
[fix] - Copy JSON files to lib on build as well.
1 parent 3f96040 commit 9ab61a1

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
@@ -17,7 +17,7 @@
1717
},
1818
"main": "lib/index.js",
1919
"scripts": {
20-
"build": "rimraf lib && babel src --out-dir lib",
20+
"build": "rimraf lib && babel src --out-dir lib && cp -R src/util/attributes lib/util/attributes",
2121
"prepublish": "npm run lint && npm run test && npm run build",
2222
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
2323
"lint": "eslint --config .eslintrc.js .",

0 commit comments

Comments
 (0)