fix: remove migration seed and unused import
This commit is contained in:
parent
1ad5f756e0
commit
40acb604d2
@ -53,7 +53,6 @@
|
||||
"postinstall": "npm run bootstrap",
|
||||
"seed": "npm-run-all -p seed:*",
|
||||
"seed:auth-user": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedAuthUser",
|
||||
"seed:path-migration": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/create-path-migration",
|
||||
"serve:client": "cd ./client && npm run serve",
|
||||
"start": "npm-run-all ensure-env -p develop:server serve:client",
|
||||
"test": "npm-run-all -p test:*",
|
||||
|
@ -1,6 +1,5 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const debug = require('debug');
|
||||
|
||||
const env = require('../../../config/env');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user