3 Star 1 Fork 0

Gitee 极速下载 / salte-auth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/salte-auth/salte-auth
克隆/下载
package-scripts.yml 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
scripts:
lint:
script: eslint src/**/*.ts test/**/*.js
description: Checks for any formatting errors
check-types:
script: tsc --noEmit
description: Validates that types are being used properly.
test:
default:
script: karma start karma.conf.js --single-run
description: Executes the Test Suite
tdd:
script: karma start karma.conf.js
description: Watches for changes and executes the Test Suite accordingly
ci:
script: karma start karma.ci.conf.js
description: Executes the Test Suite on Sauce Labs
smoke:
script: mocha test/smoke/smoke.spec.js
description: Executes the Test Suite on Sauce Labs
serve:
script: rollup -c rollup.serve.config.js --watch
description: Starts a server at http://localhost:8080
build:
default:
script: rm -rf dist && rollup -c && npm start build.types
description: Builds both a minified and unminified artifacts
types:
script: tsc --emitDeclarationOnly
description: Builds both a minified and unminified artifacts
docs:
script: typedoc --out generated-docs src && touch generated-docs/.nojekyll
description: Automatically generates documentation!
report-coverage:
script: coveralls < coverage/lcov.info
description: Reports code coverage information to Coveralls
semantic-release:
script: semantic-release
description: Publishes the artifact to NPM and GitHub
JavaScript
1
https://gitee.com/mirrors/salte-auth.git
git@gitee.com:mirrors/salte-auth.git
mirrors
salte-auth
salte-auth
master

搜索帮助