File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2323 - run : npm ci
2424 - run : npm run build:tsc
2525 - run : npm run build:package
26+ - run : npm ci
27+ working-directory : ./tests
2628 - run : npm test
29+ working-directory : ./tests
2730 - run : node scripts/npm-publish.mjs
2831 env :
2932 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 2626 - run : npm ci
2727 - run : npm run build:tsc
2828 - run : npm run build:lib
29+ - run : npm ci
30+ working-directory : ./tests
2931 - run : npm test
32+ working-directory : ./tests
Original file line number Diff line number Diff line change 1515 "build:tsc" : " tsc" ,
1616 "build:lib" : " node dist/build/build.js" ,
1717 "build:package" : " node dist/build/package.js" ,
18- "test" : " echo 'Tests are temporally disabled' "
18+ "test" : " echo 'Please run tests in the tests/ directory' && exit 1 "
1919 },
2020 "keywords" : [],
2121 "author" : " uhyo <uhyo@uhy.ooo>" ,
2727 "types" : []
2828 }
2929 }
30- }
30+ }
You can’t perform that action at this time.
0 commit comments