jssm 5.82.1 → 5.82.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jssm",
3
- "version": "5.82.1",
3
+ "version": "5.82.2",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },
@@ -31,7 +31,7 @@
31
31
  "jest-stoch": "jest -c jest-stoch.config.js --color --verbose",
32
32
  "jest-dragon": "jest -c jest-dragon.config.js --color --verbose",
33
33
  "jest-spec": "jest -c jest-spec.config.js --color --verbose",
34
- "jest": "npm run jest-spec",
34
+ "jest": "npm run jest-stoch && npm run jest-spec",
35
35
  "test": "npm run make && npm run jest",
36
36
  "clean": "rm -rf dist && rm -rf docs && cd coverage && rm -rf cloc && cd .. && rm -f src/ts/jssm-dot.ts && rm -f src/ts/version.ts && rm -f *.d.ts && mkdir dist && mkdir docs && cd coverage && mkdir cloc && cd ..",
37
37
  "peg": "rm -f src/ts/jssm-dot.js && pegjs src/ts/jssm-dot.peg && node src/buildjs/fixparser.js && rm src/ts/jssm-dot.js",