Skip to content

Commit 473feb6

Browse files
author
Scott Watkins
committed
try with old build
1 parent 55754fa commit 473feb6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tailwindapp/web-react-ui",
3-
"main": "dist/index.cjs.js",
4-
"module": "dist/index.esm.js",
3+
"main": "dist/js/index.js",
4+
"module": "dist/esm/index.js",
55
"types": "dist/types",
66
"version": "0.1.9",
77
"private": false,
@@ -88,12 +88,11 @@
8888
},
8989
"scripts": {
9090
"start": "node scripts/start.js",
91-
"build": "rollup -c rollup.config.ts",
91+
"build": "npm run build:lib",
9292
"test": "node scripts/test.js",
9393
"storybook": "start-storybook -p 6006",
9494
"build-storybook": "build-storybook",
9595
"codegen": "node scripts/codegen/generate-code.js",
96-
"wahoo": "node ./scripts/compile-scss-files.js",
9796
"build:lib": "npm run build:babel && npm run build:types && node ./scripts/copy-declaration-files.js",
9897
"build:babel": "concurrently \"npm run build:babel:esm && npm run build:babel:umd\" \"npm run build:babel:cjs\"",
9998
"build:babel:cjs": "BABEL_ENV=cjs babel --source-maps --extensions \".js,.ts,.tsx\" src/lib --out-dir dist/js --presets=@babel/env",

0 commit comments

Comments
 (0)