File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
"browser" : " dist/browser-ponyfill.js" ,
8
8
"typings" : " index.d.ts" ,
9
9
"scripts" : {
10
- "pretest:node:bundle" : " webpack-cli --progress --config test/node-webpacked /webpack.config.js" ,
10
+ "pretest:node:bundle" : " webpack-cli --progress --config test/node-bundle /webpack.config.js" ,
11
11
"build" : " rollup -c" ,
12
12
"codecov" : " nyc report --reporter=text-lcov > coverage.lcov && codecov" ,
13
13
"deploy:major" : " npm version major && git push --follow-tags" ,
19
19
"test" : " npm run -s test:headless && npm run -s test:node && npm run -s test:node:bundle && npm run -s lint" ,
20
20
"test:browser" : " opn test/browser/index.html" ,
21
21
"test:headless" : " mocha-headless-chrome -f test/browser/index.html -a no-sandbox -a disable-setuid-sandbox" ,
22
- "test:node:bundle" : " nyc mocha test/node-webpacked /index.js" ,
22
+ "test:node:bundle" : " nyc mocha test/node-bundle /index.js" ,
23
23
"test:node" : " nyc mocha test/node-plain/index.js"
24
24
},
25
25
"lint-staged" : {
45
45
],
46
46
"ignore" : [
47
47
" /dist/" ,
48
- " test/node-webpacked /index.js"
48
+ " test/node-bundle /index.js"
49
49
]
50
50
},
51
51
"nyc" : {
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments