Skip to content

Commit

Permalink
fix: fix npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall authored Jan 8, 2024
1 parent 63d17b4 commit 7b8d54d
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 @@ -19,7 +19,7 @@
"build:bridge:all:release": "WEBF_BUILD=Release node scripts/prepare_webf_release_binary",
"build_bridge:all:profile": "ENABLE_PROFILE=true npm run build:bridge:all:release",
"build:clean": "node scripts/clean.js",
"pretest": "npm install && ENABLE_ASAN=true node scripts/build_darwin_dylib",
"pretest": "npm install && node scripts/build_darwin_dylib",
"posttest": "npm run lint",
"benchmark": "npm install && ENABLE_PROFILE=true WEBF_BUILD=Release node scripts/run_benchmark.js",
"start": "cd webf/example && flutter run",
Expand Down

0 comments on commit 7b8d54d

Please sign in to comment.