Skip to content

Commit

Permalink
fix: test module
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed Jul 6, 2024
1 parent 076b8ea commit 99a1780
Showing 1 changed file 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 @@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "npm run build && npm run build:ts",
"test": "npm run build:prebuild && npm run build:ts && node test/basic-example/index.js",
"dev": "rimraf dist && npm run build && npm run build:ts && node test/basic-example/index.js",
"dev:nonative": "rimraf dist && npm run build:ts",
"docs:gen": "rimraf docs && typedoc",
Expand Down

0 comments on commit 99a1780

Please sign in to comment.