File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1919 restore-keys : |
2020 ${{ runner.os }}-node-
2121 - run : npm ci
22+ - run : npm run release
2223 - run : npm publish
2324 env :
2425 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 1010 "lint:test" : " eslint 'spec/**/*.js'" ,
1111 "lint" : " npm run lint:src && npm run lint:test" ,
1212 "test" : " nyc --reporter=lcov jasmine" ,
13- "release" : " npm run lint && npm run build && npm test" ,
13+ "release" : " npm run build && npm test" ,
1414 "posttest" : " nyc report --reporter=json && codecov -f coverage/*.json" ,
1515 "demo" : " node ./demo"
1616 },
4444 "@babel/plugin-transform-flow-strip-types" : " ^7.12.10" ,
4545 "@babel/preset-env" : " ^7.12.11" ,
4646 "codecov" : " ^3.8.1" ,
47+ "babel-eslint" : " 10.1.0" ,
4748 "eslint" : " ^7.17.0" ,
49+ "eslint-plugin-flowtype" : " ^5.2.0" ,
4850 "jasmine" : " ^3.6.3" ,
4951 "nyc" : " ^15.1.0" ,
5052 "mailgun.js" : " 2.0.6"
You can’t perform that action at this time.
0 commit comments