parse-dashboard

v3.3.0-alpha.6
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

cross-env NODE_PATH=./node_modules jest

build

cross-env NODE_ENV=production webpack --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

pretest

npm run lint

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