Skip to content

Commit

Permalink
Adapt action tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Oct 30, 2023
1 parent c7be052 commit d9c47e7
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 @@ -21,7 +21,7 @@
"pretest": "git submodule update --remote --merge; pnpm run compile; cd sre-tests; ln -s .. speech-rule-engine; npm install",
"compile": "pnpm run module",
"clean": "rimraf js lib cjs",
"actionTest": "cd sre-tests; export SRE_JSON_PATH=../lib/mathmaps; node --expose-gc ./node_modules/.bin/jest --silent ",
"actionTest": "cd sre-tests; export SRE_JSON_PATH=../lib/mathmaps; pnpm jest --silent ",
"cleanAll": "make clean; make clean_min",
"prepublish": "pnpm run cleanAll; pnpm run build",
"build": "make -j 12 all; pnpm run commonjs; pnpm run module; pnpm webpack"
Expand Down

0 comments on commit d9c47e7

Please sign in to comment.