Commit 934c3ae 1 parent 4b38c70 commit 934c3ae Copy full SHA for 934c3ae
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 25
25
},
26
26
"main" : " lib/index.js" ,
27
27
"scripts" : {
28
- "preinstall" : " npm install node-gyp-install && ./node_modules/ node-gyp-install/bin.js " ,
28
+ "preinstall" : " npm install node-gyp-install && node-gyp-install" ,
29
29
"lint" : " eslint lib example e2e" ,
30
30
"test" : " NODE_ENV=test npm run test-unit && npm run test-e2e" ,
31
31
"test-unit" : " NODE_ENV=test mocha $(find ./lib -name \" *.spec.js\" -not -path \" ./node_modules/*\" )" ,
32
32
"test-cls" : " NODE_ENV=test mocha $(find ./lib -name \" *.spec.e2e.js\" -not -path \" ./node_modules/*\" )" ,
33
33
"test-e2e" : " NODE_ENV=test node ./e2e | tap-spec" ,
34
34
"cover" : " istanbul cover _mocha $(find ./lib -name \" *.spec.js\" -not -path \" ./node_modules/*\" ); open coverage/lcov-report/index.html" ,
35
- "changelog" : " conventional-changelog -p angular -o CHANGELOG.md -r 500"
35
+ "changelog" : " conventional-changelog -p angular -o CHANGELOG.md -r 500" ,
36
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
36
37
},
37
38
"repository" : {
38
39
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments