File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- node_modules /
2- .idea /
3- test /webpack /
1+ node_modules /*
2+ .idea /*
3+ test /webpack /*
Original file line number Diff line number Diff line change 3232 "mocha" : " mocha test/*.js" ,
3333 "rollup" : " rollup --config" ,
3434 "test" : " npm run lint && npm run mocha" ,
35- "test-webpack" :
" mkdir -p test/webpack && rm -rf test/webpack && git clone [email protected] :rabelais88/typescript-webpack.git test/webpack && echo \" import { filesize } from 'filesize';console.log(filesize(1234));\" >> test/webpack/src/index.ts && cd test/webpack && npm install && mkdir -p node_modules/filesize/dist && cp ../../package.json node_modules/filesize/ && cp ../../dist/* node_modules/filesize/dist/ && npm run build" ,
35+ "test-webpack" :
" mkdir -p test/webpack && rm -rf test/webpack/* && git clone [email protected] :rabelais88/typescript-webpack.git test/webpack && echo \" import { filesize } from 'filesize';console.log(filesize(1234));\" >> test/webpack/src/index.ts && cd test/webpack && npm install && mkdir -p node_modules/filesize/dist && cp ../../package.json node_modules/filesize/ && cp ../../dist/* node_modules/filesize/dist/ && npm run build" ,
3636 "types" : " npx -p typescript tsc src/*.js --declaration --allowJs --emitDeclarationOnly --outDir types"
3737 },
3838 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments