Skip to content

Commit

Permalink
Test build command
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Feb 27, 2023
1 parent 648c80d commit 0c842b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@masa-finance/masa-react",
"version": "0.28.0-alpha.7",
"version": "0.28.0-alpha.6",
"license": "MIT",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"scripts": {
"start": "yarn build:watch",
"build": "yarn build:tsc && yarn build:dist",
"build:tsc": "tsc -m es6 --outDir dist && cp -R ./fonts/ ./dist/fonts/ && mkdir -p ./dist/src && mkdir -p ./dist/src/components/modal && cp ./src/styles.scss ./dist/src/styles.scss && cp ./src/components/modal/styles.scss ./dist/src/components/modal/styles.scss",
"build:tsc": "tsc -m es6 --outDir dist && cp -R ./fonts/ ./dist/fonts/ && mkdir -p ./dist && mkdir -p ./dist/components/modal && cp ./src/styles.scss ./dist/styles.scss && cp ./src/components/modal/styles.scss ./dist/components/modal/styles.scss",
"build:dist": "cross-env NODE_ENV=production webpack",
"build:watch": "tsc -w",
"lint": "eslint src/**/*.{ts,tsx} stories/**/*.tsx --fix",
Expand Down Expand Up @@ -55,7 +55,6 @@
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@types/jest": "^29.4.0",
"@types/react": "^18.0.25",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
Expand Down

0 comments on commit 0c842b3

Please sign in to comment.