Skip to content

Commit 747a12c

Browse files
committed
Take rollup.config.js back
1 parent 3a53bf8 commit 747a12c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"browser": "lib/index.browser.js",
3535
"types": "lib/types/index.d.ts",
3636
"scripts": {
37-
"build": "rm -rf lib && npx rollup -c rollup.config.ts && BROWSER=true npx rollup -c rollup.config.ts",
37+
"build": "rm -rf lib && npx rollup -c rollup.config.js && BROWSER=true npx rollup -c rollup.config.js",
3838
"lint": "npx tsc --noEmit && npx eslint --ext ts src __tests__",
3939
"postpublish": "git push --no-verify && git push --no-verify --tags",
4040
"prepublishOnly": "npm run build",
File renamed without changes.

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
]
1515
},
1616
"include": [
17-
"src/**/*",
18-
"rollup.config.ts"
17+
"src/**/*"
1918
]
2019
}

0 commit comments

Comments
 (0)