File: test

package info (click to toggle)
node-moment 2.29.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,368 kB
  • sloc: javascript: 286,431; sh: 41; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

# Useless at build-time
if [ -f package.json ]; then
  exit 0
fi

nodejs -e "require('moment');"