We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef13afe commit 218fd3cCopy full SHA for 218fd3c
package.json
@@ -18,7 +18,6 @@
18
"describe": "npm-scripts-info",
19
"build": "run-s clean && run-p build:*",
20
"build:main": "tsc -p tsconfig.json",
21
- "build:browser": "tsc -p tsconfig.browser.json",
22
"build:module": "tsc -p tsconfig.module.json",
23
"fix": "eslint --fix \"src/**/*.ts\"",
24
"test": "run-s build test:*",
0 commit comments