File tree 4 files changed +8
-8
lines changed
Authentication.Msal/src/Interop
WebAssembly.Authentication/src/Interop 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
"clean" : " rimraf ./dist/Debug ./dist/Release" ,
6
6
"prebuild" : " npm run clean" ,
7
7
"build" : " npm run build:debug && npm run build:production" ,
8
- "build:debug" : " rollup -c --environment development" ,
9
- "build:production" : " rollup -c --environment production"
8
+ "build:debug" : " rollup -c --environment development --forceExit " ,
9
+ "build:production" : " rollup -c --environment production --forceExit "
10
10
},
11
11
"devDependencies" : {
12
12
"@rollup/plugin-commonjs" : " ^25.0.7" ,
Original file line number Diff line number Diff line change 16
16
"test:watch" : " jest --watch" ,
17
17
"test:debug" : " node --nolazy --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --colors --verbose" ,
18
18
"build" : " npm run build:debug && npm run build:production" ,
19
- "build:debug" : " rollup -c --environment development" ,
20
- "build:production" : " rollup -c --environment production"
19
+ "build:debug" : " rollup -c --environment development --forceExit " ,
20
+ "build:production" : " rollup -c --environment production --forceExit "
21
21
},
22
22
"devDependencies" : {
23
23
"@babel/core" : " ^7.23.6" ,
Original file line number Diff line number Diff line change 5
5
"clean" : " rimraf ./dist/Debug ./dist/Release" ,
6
6
"prebuild" : " npm run clean" ,
7
7
"build" : " npm run build:debug && npm run build:production" ,
8
- "build:debug" : " rollup -c --environment development" ,
9
- "build:production" : " rollup -c --environment production"
8
+ "build:debug" : " rollup -c --environment development --forceExit " ,
9
+ "build:production" : " rollup -c --environment production --forceExit "
10
10
},
11
11
"devDependencies" : {
12
12
"@rollup/plugin-commonjs" : " ^25.0.7" ,
Original file line number Diff line number Diff line change 5
5
"clean" : " rimraf ./dist/Debug ./dist/Release" ,
6
6
"prebuild" : " npm run clean" ,
7
7
"build" : " npm run build:debug && npm run build:production" ,
8
- "build:debug" : " rollup -c --environment development" ,
9
- "build:production" : " rollup -c --environment production"
8
+ "build:debug" : " rollup -c --environment development --forceExit " ,
9
+ "build:production" : " rollup -c --environment production --forceExit "
10
10
},
11
11
"sideEffects" : [
12
12
" AuthenticationService.*"
You can’t perform that action at this time.
0 commit comments