contentful-import

v9.4.10
this tool allows you to import JSON dump exported by contentful-export
contentful contentful-import

lint

npm run lint:main && npm run lint:tests

test

npm run test:unit && npm run test:integration

build

tsup

clean

rimraf dist && rimraf coverage

prepush

npm run test:unit

pretest

npm run lint && npm run build

lint:main

eslint lib bin/contentful-import && tsc --project tsconfig.json

test:unit

jest --testPathPattern=test/unit --runInBand --coverage

lint:tests

eslint test && tsc --project tsconfig.test.json

test:unit:debug

node --inspect-brk ./node_modules/.bin/jest --runInBand --watch --testPathPattern=test/unit

test:unit:watch

npm run test:unit -- --watch

semantic-release

semantic-release

test:integration

jest --testPathPattern=test/integration

test:integration:debug

node --inspect-brk ./node_modules/.bin/jest --runInBand --watch --testPathPattern=test/integration

test:integration:watch

npm run test:integration -- --watch

Metadata

  • MIT
  • >=18
  • Contentful
  • released 11/11/2023

Downloads