Circle Appeasement
So basically, Docker has no Git (ENOGIT === Ain'tNoGit). The options are to imbue Docker with Git (which has its own set of potential issues) or to move dnt-helper.js into a vendor folder and be done with it (for now). Less elegant, but less grief for the time-being.
This commit is contained in:
Родитель
b975e231e2
Коммит
72a2e7a933
|
@ -1310,9 +1310,6 @@
|
|||
"resolved": "https://registry.npmjs.org/dns-prefetch-control/-/dns-prefetch-control-0.1.0.tgz",
|
||||
"integrity": "sha1-YN20V3dOF48flBXwyrsOhbCzALI="
|
||||
},
|
||||
"dnt-helper": {
|
||||
"version": "github:schalkneethling/dnt-helper#af4694f33d45ec8249701aed1a408f8627d9e92b"
|
||||
},
|
||||
"doctrine": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"client-oauth2": "^4.2.1",
|
||||
"client-sessions": "^0.8.0",
|
||||
"cpr": "^3.0.1",
|
||||
"dnt-helper": "github:schalkneethling/dnt-helper",
|
||||
"dompurify": "^1.0.4",
|
||||
"dotenv": "^5.0.1",
|
||||
"express": "^4.16.2",
|
||||
|
@ -64,7 +63,6 @@
|
|||
"lint:css": "stylelint --fix 'public/css/**/*.css'",
|
||||
"lint:nsp": "nsp check",
|
||||
"migrate": "knex migrate:latest --knexfile db/knexfile.js",
|
||||
"postinstall": "cpr ./node_modules/dnt-helper/js/dnt-helper.js public/js/vendor/",
|
||||
"pretest": "npm run lint",
|
||||
"get-hashsets": "node scripts/get-hashsets",
|
||||
"start": "node server.js",
|
||||
|
|
Загрузка…
Ссылка в новой задаче