File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " datree.io Node.js module" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
7
- "test" : " nyc ./node_modules/mocha/bin/mocha --compilers js:babel-core/register test/ && nyc report --reporter=text-lcov | coveralls" ,
8
- "test-html" : " nyc --reporter=html --reporter=text ./node_modules/mocha/bin/mocha --compilers js:babel-core/register test/ && open coverage/index.html" ,
7
+ "test" :
8
+ " nyc ./node_modules/mocha/bin/mocha --require babel-core/register test/ && nyc report --reporter=text-lcov | coveralls" ,
9
+ "test-html" :
10
+ " nyc --reporter=html --reporter=text ./node_modules/mocha/bin/mocha --require babel-core/register test/ && open coverage/index.html" ,
9
11
"clean" : " rm -rf dist" ,
10
- "build" : " npm run clean && mkdir dist && babel index.js lib/* -s -d dist && cp package.json dist/" ,
11
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
12
- "semantic-release-local" : " semantic-release pre --debug=false && npm publish && semantic-release post --debug=false" ,
12
+ "build" :
13
+ " npm run clean && mkdir dist && babel index.js lib/* -s -d dist && cp package.json dist/" ,
14
+ "semantic-release" :
15
+ " semantic-release pre && npm publish && semantic-release post" ,
16
+ "semantic-release-local" :
17
+ " semantic-release pre --debug=false && npm publish && semantic-release post --debug=false" ,
13
18
"postinstall" : " node dist/lib/install.js" ,
14
19
"preuninstall" : " node dist/lib/uninstall.js"
15
20
},
You can’t perform that action at this time.
0 commit comments