Skip to content

Commit e0a5d99

Browse files
committed
Removed unneccasary CLI option
1 parent 675669d commit e0a5d99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-analytics-embed-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"email": "whizsid@aol.com"
1717
},
1818
"scripts": {
19-
"build": "rollup -c --bundleConfigAsCjs",
20-
"build:prod": "rollup -c --bundleConfigAsCjs --environment BUILD:production",
19+
"build": "rollup -c",
20+
"build:prod": "rollup -c --environment BUILD:production",
2121
"prettier:check": "prettier --check src/*",
2222
"prettier:fix": "prettier --write src/*",
2323
"lint:check": "eslint src/*",

0 commit comments

Comments
 (0)