File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 23
23
if : steps.cache-modules.outputs.cache-hit != 'true'
24
24
run : npm install
25
25
- name : Test
26
- run : npm test
26
+ run : npx --yes best- test@latest
27
27
publish :
28
28
name : Publish
29
29
needs : test
Original file line number Diff line number Diff line change 6
6
"type" : " module" ,
7
7
"scripts" : {
8
8
"build" : " npx ipjs@latest build --tests" ,
9
- "publish" : " npx ipjs@latest build && cd dist && npm publish" ,
9
+ "publish" : " npx ipjs@latest publish" ,
10
10
"lint" : " standard" ,
11
11
"test:cjs" : " npm run build && mocha dist/cjs/node-test/test-*.js && npm run test:cjs:browser" ,
12
12
"test:node" : " hundreds mocha test/test-*.js" ,
13
13
"test:cjs:browser" : " polendina --cleanup dist/cjs/browser-test/test-*.js" ,
14
14
"test" : " npm run lint && npm run test:node && npm run test:cjs" ,
15
+ "test:node-v12" : " mocha test/test-*.js && npm run test:cjs" ,
15
16
"coverage" : " c8 --reporter=html mocha test/test-*.js && npx st -d coverage -p 8080"
16
17
},
17
18
"keywords" : [],
You can’t perform that action at this time.
0 commit comments