We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6823c8 commit 0e25473Copy full SHA for 0e25473
packages/naming.presets/package.json
@@ -42,9 +42,8 @@
42
"scripts": {
43
"build:cjs": "tsc --module commonjs --outDir lib",
44
"build:es": "tsc --module es2015 --outDir es",
45
- "build:typings": "tsc --emitDeclarationOnly --declaration --declarationDir typings",
46
- "build": "npm run clean && npm run build:cjs && npm run build:es && npm run build:typings",
+ "build": "npm run clean && npm run build:cjs && npm run build:es",
47
"clean": "rm -rf lib es typings",
48
- "test": "nyc mocha"
+ "test": "npm run build && nyc mocha"
49
}
50
0 commit comments