|
1 | 1 | {
|
2 | 2 | "name": "design-system-react",
|
3 |
| - "version": "0.10.48", |
| 3 | + "version": "0.10.50-alpha.2", |
4 | 4 | "description": "Salesforce Lightning Design System for React",
|
5 | 5 | "license": "BSD-3-Clause",
|
6 | 6 | "engines": {
|
|
10 | 10 | "build:docs": "npx babel-node ./scripts/build-docs.js",
|
11 | 11 | "build:design-tokens": "rm -r ./utilities/design-tokens/dist/* && cp -R ./node_modules/@salesforce-ux/design-system/design-tokens/dist/*.js ./utilities/design-tokens/dist/",
|
12 | 12 | "dist": "scripts/dist.sh",
|
| 13 | + "build:npm-package": "npm run icons && npm run build:docs && npm run dist", |
13 | 14 | "heroku-prebuild": "./scripts/heroku-prebuild.sh",
|
14 | 15 | "heroku-postbuild": "export NPM_CONFIG_PRODUCTION=true; export NODE_ENV=production; ./scripts/heroku-postbuild.sh",
|
15 | 16 | "icons": "npx babel-node scripts/inline-icons.js",
|
|
19 | 20 | "lint:fix": "cross-env NODE_ENV=test npx prettier --write \"**/*.{js,jsx}\" && npx prettylint \"*.json\" --fix && npx eslint --fix \"**/*.{js,jsx,json}\" --max-warnings=0",
|
20 | 21 | "lint:style": "npx concurrently \"npx prettier --list-different \"**/*.{js,jsx}\"\" \"npx prettylint \"*.json\"\"",
|
21 | 22 | "lint:quality": "npx eslint \"**/*.{jsx,js,json}\" --max-warnings=0",
|
| 23 | + "npm:patch": "npm --no-git-tag-version version patch", |
22 | 24 | "prepare-components": "node ./scripts/prepare-components.js",
|
23 | 25 | "publish:origin": "npx babel-node scripts/publish-to-git.js",
|
24 | 26 | "publish:edge": "npx babel-node scripts/publish-to-git.js --tag=edge",
|
|
0 commit comments