2
0
mirror of synced 2025-02-17 08:46:43 +00:00

[docs] added local serve docs script to package.json

This commit is contained in:
Salakar 2017-08-26 03:59:27 +01:00
parent 88e29bb8ff
commit ba907bf329

View File

@ -5,17 +5,18 @@
"description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Auth, Database, Messaging (FCM), Remote Config, Storage, Admob, Analytics, Crash Reporting, and Performance.", "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Auth, Database, Messaging (FCM), Remote Config, Storage, Admob, Analytics, Crash Reporting, and Performance.",
"main": "index", "main": "index",
"scripts": { "scripts": {
"build": "./node_modules/.bin/babel --source-maps=true --out-dir=dist .", "flow": "flow",
"dev": "npm run compile -- --watch",
"lint": "eslint ./src", "lint": "eslint ./src",
"dev": "npm run compile -- --watch",
"build": "./node_modules/.bin/babel --source-maps=true --out-dir=dist .",
"publish_pages": "gh-pages -d public/", "publish_pages": "gh-pages -d public/",
"tests-npm-install": "cd tests && npm install", "docs-serve-local": "docsify serve docs",
"tests-packager": "cd tests && npm run start", "tests-packager": "cd tests && npm run start",
"tests-npm-install": "cd tests && npm install",
"tests-pod-install": "cd tests && npm run ios:pod:install",
"tests-watch-init": "wml add $(node --eval \"console.log(require('path').resolve('./lib'));\") $(node --eval \"console.log(require('path').resolve('./tests/firebase'));\")", "tests-watch-init": "wml add $(node --eval \"console.log(require('path').resolve('./lib'));\") $(node --eval \"console.log(require('path').resolve('./tests/firebase'));\")",
"tests-watch-start": "watchman watch $(node --eval \"console.log(require('path').resolve('./lib'));\") && wml start", "tests-watch-start": "watchman watch $(node --eval \"console.log(require('path').resolve('./lib'));\") && wml start",
"tests-watch-stop": "watchman watch-del $(node --eval \"console.log(require('path').resolve('./lib'));\") && wml stop", "tests-watch-stop": "watchman watch-del $(node --eval \"console.log(require('path').resolve('./lib'));\") && wml stop"
"tests-pod-install": "cd tests && npm run ios:pod:install",
"flow": "flow"
}, },
"repository": { "repository": {
"type": "git", "type": "git",