Skip to content

Commit

Permalink
chore@small
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Jan 2, 2025
1 parent 57001a9 commit 78ea4ab
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@
"name": "rambda",
"version": "9.4.1",
"scripts": {
"before": "yarn out && yarn docs",
"benchmark": "cd ../rambda-scripts && RAMBDA_RUN_ALL=ON RAMBDA_RUN_INDEXES=ON yarn benchmark",
"benchmark:all": "yarn build:step && cd ../rambda-scripts && yarn benchmark:all",
"benchmark:check": "yarn build:step && METHOD=compose yarn benchmark:check:apply",
"benchmark:check:apply": "cd ../rambda-scripts && yarn check-benchmark",
"out": "yarn populatedocs && yarn populatereadme && yarn immutable && yarn build",
"x": "yarn populatedocs:x && yarn populatereadme:x && yarn immutable:x",
"build": "yarn build:main && yarn build:web",
"build:main": "cross-env NODE_ENV=build rollup -c files/rollup.config.mjs",
"build:step": "yarn populatereadme && yarn build:main",
"build:web": "cross-env NODE_ENV=build rollup -c files/rollup.web.config.mjs",
"d": "yarn out && run d",
"immutable": "cd ../rambda-scripts && yarn immutable:rambda",
"immutable:x": "cd ../rambda-scripts && yarn immutable:rambdax",
"out": "yarn populatedocs && yarn populatereadme && yarn immutable && yarn build",
"populatedocs": "cd ../rambda-scripts && yarn populate:docs",
"populatedocs:x": "cd ../rambda-scripts && yarn populate:docs:rambdax",
"populatereadme": "cd ../rambda-scripts && yarn populate:readme",
Expand All @@ -23,9 +17,9 @@
"test:all": "jest source/*.spec.js -u --bail=false",
"test:ci": "jest source/*.spec.js --coverage --no-cache -w 1",
"test:typings": "dtslint --localTs ./node_modules/typescript/lib --expectOnly ./source",
"ts": "yarn test:typings",
"usedby": "cd ../rambda-scripts && yarn usedby",
"x": "yarn populatedocs:x && yarn populatereadme:x && yarn immutable:x"
"create-docsify": "cd ../rambda-scripts && yarn create-docsify",
"create-docsify:x": "cd ../rambda-scripts && yarn create-docsify:rambdax",
"ts": "yarn test:typings"
},
"depFn": [
"@definitelytyped/dtslint"
Expand Down

0 comments on commit 78ea4ab

Please sign in to comment.