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 78ea4ab commit 8bb296f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "rambda",
"version": "9.4.1",
"scripts": {
"out": "yarn populatedocs && yarn populatereadme && yarn immutable && yarn build",
"x": "yarn populatedocs:x && yarn populatereadme:x && yarn immutable:x",
"out": "yarn populatedocs && yarn populatereadme && yarn immutable && yarn build && yarn create-docsify",
"x": "yarn populatedocs:x && yarn populatereadme:x && yarn immutable:x && yarn create-docsify:x",
"build": "yarn build:main && yarn build:web",
"build:main": "cross-env NODE_ENV=build rollup -c files/rollup.config.mjs",
"build:web": "cross-env NODE_ENV=build rollup -c files/rollup.web.config.mjs",
Expand Down

0 comments on commit 8bb296f

Please sign in to comment.