Skip to content

Commit

Permalink
Corrects script.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Jul 11, 2023
1 parent dfadd98 commit acd1b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"compile": "npm 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 ",
"prepublishOnly": "make clean; make clean_min",
"prepublish": "npm run build",
"cleanAll": "make clean; make clean_min",
"prepublish": "npm run cleanAll; npm run build",
"build": "make -j 12 all; npm run commonjs; npm run module; npx webpack"
},
"maintainers": [
Expand Down

0 comments on commit acd1b4a

Please sign in to comment.