File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 - uses : actions/checkout@v1
1313 - uses : actions/setup-node@v1
1414 with :
15- node-version : 14 .x
15+ node-version : 16 .x
1616
1717 - run : npm install
18- - run : npm lint
19- - run : npm test
18+ - run : npm run lint
19+ - run : npm run test
2020 - uses : JS-DevTools/npm-publish@v1
2121 with :
2222 token : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11name : test
2+
23on :
34 push :
45 branches :
Original file line number Diff line number Diff line change 3737 "clean" : " del build" ,
3838 "copyfiles" : " copyfiles \" instructions.md\" build" ,
3939 "compile" : " npm run lint && npm run clean && tsc" ,
40- "build" : " npm run lint && npm run compile" ,
40+ "build" : " npm run compile" ,
4141 "prepublishOnly" : " npm run build" ,
4242 "lint" : " eslint . --ext=.ts" ,
4343 "format" : " prettier --write ." ,
You can’t perform that action at this time.
0 commit comments