Skip to content

Commit 218fd3c

Browse files
committed
fix: remove build script for browser version
1 parent ef13afe commit 218fd3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"describe": "npm-scripts-info",
1919
"build": "run-s clean && run-p build:*",
2020
"build:main": "tsc -p tsconfig.json",
21-
"build:browser": "tsc -p tsconfig.browser.json",
2221
"build:module": "tsc -p tsconfig.module.json",
2322
"fix": "eslint --fix \"src/**/*.ts\"",
2423
"test": "run-s build test:*",

0 commit comments

Comments
 (0)