Skip to content

Commit

Permalink
Fix test compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaders committed Dec 18, 2022
1 parent a068d45 commit 1c02afa
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 @@ -12,7 +12,7 @@
"postbuild": "npm run copy",
"copy": "copyfiles main/**/*.html main/**/*.css main/**/*.jpg dist",
"prebuild-release": "npm run clean && npm run verify-release",
"verify-release": "concurrently --kill-others-on-fail npm:lint npm:test npm:build npm:test:jest",
"verify-release": "npm run build && concurrently --kill-others-on-fail npm:lint npm:test npm:test:jest",
"build-release": "npm run copy-dist && typedoc main/index.ts",
"watch-build": "tsc --watch",
"test": "karma start --singleRun --browsers ChromeHeadlessNoSandbox",
Expand Down

0 comments on commit 1c02afa

Please sign in to comment.