Skip to content

Commit

Permalink
build: rename prepare-test -> create-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Jun 27, 2024
1 parent c35f0ca commit 9c616f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prebuild": "rimraf dist coverage *.tgz",
"build": "tsc -p tsconfig.build.json",
"postbuild": "node scripts/post-build.js",
"pretest": "tsc -p tsconfig.spec.json --noEmit && node scripts/prepare-test.js",
"pretest": "tsc -p tsconfig.spec.json --noEmit && node scripts/create-bundle.js",
"test": "jest",
"test-examples": "node scripts/test-examples.js",
"lint": "eslint --ext .js,.ts .",
Expand Down
File renamed without changes.

0 comments on commit 9c616f9

Please sign in to comment.