Skip to content

Commit 9913d5a

Browse files
committed
Add forceExit flag
1 parent 3c68915 commit 9913d5a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/Components/CustomElements/src/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"clean": "rimraf ./dist/Debug ./dist/Release",
66
"prebuild": "npm run clean",
77
"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"
1010
},
1111
"devDependencies": {
1212
"@rollup/plugin-commonjs": "^25.0.7",

src/Components/Web.JS/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"test:watch": "jest --watch",
1717
"test:debug": "node --nolazy --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --colors --verbose",
1818
"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"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.23.6",

src/Components/WebAssembly/Authentication.Msal/src/Interop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"clean": "rimraf ./dist/Debug ./dist/Release",
66
"prebuild": "npm run clean",
77
"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"
1010
},
1111
"devDependencies": {
1212
"@rollup/plugin-commonjs": "^25.0.7",

src/Components/WebAssembly/WebAssembly.Authentication/src/Interop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"clean": "rimraf ./dist/Debug ./dist/Release",
66
"prebuild": "npm run clean",
77
"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"
1010
},
1111
"sideEffects": [
1212
"AuthenticationService.*"

0 commit comments

Comments
 (0)