Skip to content

Commit 1cbf1b4

Browse files
author
Scott Watkins
committed
try old build again
1 parent afbc6c6 commit 1cbf1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "dist/js/index.js",
44
"module": "dist/esm/index.js",
55
"types": "dist/types",
6-
"version": "0.1.10",
6+
"version": "0.1.9",
77
"private": false,
88
"dependencies": {
99
"@babel/core": "7.9.0",
@@ -93,7 +93,7 @@
9393
"storybook": "start-storybook -p 6006",
9494
"build-storybook": "build-storybook",
9595
"codegen": "node scripts/codegen/generate-code.js",
96-
"build:lib": "npm run build:babel && npm run build:types && node ./scripts/copy-declaration-files.js",
96+
"build:lib": "npm run build:babel && npm run build:types && node ./scripts/copy-declaration-files.js && node ./scripts/compile-scss-files.js",
9797
"build:babel": "concurrently \"npm run build:babel:esm && npm run build:babel:umd\" \"npm run build:babel:cjs\"",
9898
"build:babel:cjs": "BABEL_ENV=cjs babel --source-maps --extensions \".js,.ts,.tsx\" src/lib --out-dir dist/js --presets=@babel/env",
9999
"build:babel:esm": "BABEL_ENV=esm babel --source-maps --extensions \".js,.ts,.tsx\" src/lib --out-dir dist/esm",

0 commit comments

Comments
 (0)