Skip to content

Commit 0e25473

Browse files
committed
fixup! chore(naming.presets): add scripts for ts build
1 parent e6823c8 commit 0e25473

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/naming.presets/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@
4242
"scripts": {
4343
"build:cjs": "tsc --module commonjs --outDir lib",
4444
"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",
45+
"build": "npm run clean && npm run build:cjs && npm run build:es",
4746
"clean": "rm -rf lib es typings",
48-
"test": "nyc mocha"
47+
"test": "npm run build && nyc mocha"
4948
}
5049
}

0 commit comments

Comments
 (0)