-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused npm scripts from package.json
- Loading branch information
Showing
1 changed file
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,6 @@ | |
"test:browser": "cross-env-shell BABEL_ENV=dist env-cmd -f ht.config.js karma start", | ||
"test:browser.debug": "cross-env-shell BABEL_ENV=dist NODE_ENV=debug env-cmd -f ht.config.js karma start", | ||
"test:performance": "npm run benchmark:basic && npm run benchmark:cruds", | ||
"typedoc:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider typedoc --options .typedoc.ts", | ||
"typedoc:build-api": "cross-env NODE_OPTIONS=--openssl-legacy-provider typedoc --options .typedoc.md.ts", | ||
"benchmark:basic": "npm run tsnode test/performance/run-basic-benchmark.ts", | ||
"benchmark:cruds": "npm run tsnode test/performance/run-cruds-benchmark.ts", | ||
|
@@ -94,8 +93,6 @@ | |
"lint:fix": "eslint . --ext .js,.ts --fix", | ||
"clean": "rimraf coverage/ commonjs/ dist/ es/ languages/ lib/ typings/ test-jasmine/", | ||
"compile": "tsc", | ||
"compile:tests": "tsc --project tsconfig.test.json", | ||
"jasmine:start": "cross-env NODE_ICU_DATA=node_modules/full-icu jasmine --config=jasmine.json", | ||
"check:licenses": "license-checker --production --excludePackages=\"[email protected]\" --onlyAllow=\"MIT; Apache-2.0; BSD-3-Clause; BSD-2-Clause; ISC; BSD; Unlicense\"", | ||
"tsnode": "ts-node --transpile-only -O {\\\"module\\\":\\\"commonjs\\\"}" | ||
}, | ||
|