File: run.sh

package info (click to toggle)
node-cross-fetch 4.0.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: javascript: 1,017; makefile: 122; sh: 50
file content (6 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
npx webpack --config $(dirname "$0")/webpack.config.js &&
npx mocha-headless-chrome -f $(dirname "$0")/polyfill.html?globals=off &&
npx mocha-headless-chrome -f $(dirname "$0")/polyfill.html?globals=on &&
npx mocha-headless-chrome -f $(dirname "$0")/ponyfill.html?globals=off &&
npx mocha-headless-chrome -f $(dirname "$0")/ponyfill.html?globals=on