Skip to content

Commit

Permalink
[core] Setup scripts to build private packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Jan 31, 2022
1 parent b7e8ebd commit 7365100
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"license": "MIT",
"scripts": {
"postinstall": "npm run docs:docgen && cd docs && yarn && cd ../gallery && yarn",
"postinstall": "npm run build:private && npm run docs:docgen && cd docs && yarn && cd ../gallery && yarn",
"syncpack": "syncpack list-mismatches",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"build": "esno scripts/build",
"build:demos": "npm run build @mantine/demos",
"build:private": "npm run build @mantine/styles-api && npm run build @mantine/demos",
"jest": "jest",
"prettier:test": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
Expand Down

0 comments on commit 7365100

Please sign in to comment.