Skip to content

Commit 9c616f9

Browse files
committed
build: rename prepare-test -> create-bundle
1 parent c35f0ca commit 9c616f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prebuild": "rimraf dist coverage *.tgz",
1212
"build": "tsc -p tsconfig.build.json",
1313
"postbuild": "node scripts/post-build.js",
14-
"pretest": "tsc -p tsconfig.spec.json --noEmit && node scripts/prepare-test.js",
14+
"pretest": "tsc -p tsconfig.spec.json --noEmit && node scripts/create-bundle.js",
1515
"test": "jest",
1616
"test-examples": "node scripts/test-examples.js",
1717
"lint": "eslint --ext .js,.ts .",
File renamed without changes.

0 commit comments

Comments
 (0)