File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333 - name : Install Dependencies
3434 run : npm ci
3535
36+ - name : Run Build
37+ run : npm run build
38+
3639 - name : Run Tests
3740 run : npm test
3841
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 scope : ' @securenative'
2727 - name : Install Dependencies
2828 run : npm install
29- - name : Run Tests
30- run : npm test
3129 - name : Run Build
3230 run : npm run build
31+ - name : Run Tests
32+ run : npm test
3333 - name : Create NPMRC
3434 run : echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} > .npmrc
3535 env :
Original file line number Diff line number Diff line change 1919 "debug-inspector" : " node-debug index.ts --debug-brk" ,
2020 "coverage" : " codecov" ,
2121 "test" : " NODE_ENV=test nyc --reporter=lcov mocha -r ts-node/register './src/**/*.spec.ts'" ,
22- "publish " : " npm publish --access public" ,
22+ "release " : " npm publish --access public" ,
2323 "semantic-release" : " semantic-release"
2424 },
2525 "dependencies" : {
You can’t perform that action at this time.
0 commit comments