File tree 2 files changed +4
-4
lines changed
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 32
32
"mocha" : " mocha test/*.js" ,
33
33
"rollup" : " rollup --config" ,
34
34
"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" ,
36
36
"types" : " npx -p typescript tsc src/*.js --declaration --allowJs --emitDeclarationOnly --outDir types"
37
37
},
38
38
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments