Skip to content

Commit

Permalink
Remove unused npm scripts from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sequba committed Nov 20, 2024
1 parent 9da51c3 commit 936274e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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\\\"}"
},
Expand Down

0 comments on commit 936274e

Please sign in to comment.