parse-dashboard

v4.2.0-alpha.4
The Parse Dashboard
parse dashboard

dev

node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch

pig

http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch

lint

eslint . --ignore-path .gitignore --cache

test

jest

build

webpack --node-env=production --config webpack/production.config.js && webpack --config webpack/PIG.config.js

start

node ./Parse-Dashboard/index.js

prepare

webpack --config webpack/publish.config.js --progress

ci:check

node ./ci/ciCheck.js

generate

node scripts/generate.js

dashboard

node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch

madge:circular

madge ./src --circular

semantic-release

semantic-release

ci:checkNodeEngine

node ./ci/nodeEngineCheck.js

Metadata

Downloads