Skip to content

Commit

Permalink
Merge pull request #12 from ebs-integrator/development
Browse files Browse the repository at this point in the history
Fixed rollup config and packages.json
  • Loading branch information
marcellefter authored Jan 4, 2021
2 parents 5fbbb2b + 1b513f1 commit 57bde40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ebs-ui",
"version": "0.0.1-beta.0",
"name": "@ebs-integrator/react-ebs-ui",
"version": "0.0.1-beta.3",
"description": "Basic React UI elements.",
"author": "EBS Integrator",
"maintainers": [
Expand All @@ -27,7 +27,7 @@
"scripts": {
"test": "cross-env CI=1 react-scripts-ts test --env=jsdom",
"test:watch": "react-scripts-ts test --env=jsdom",
"build": "rollup -c",
"build": "rm -rf dist && rollup -c rollup.config.js",
"start": "rollup -c -w",
"prepare": "yarn run build",
"storybook": "start-storybook -p 9009 -s public",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default {
{ files: 'src/components/organisms/**/*.scss', dest: 'dist/components/organisms' },
{ files: 'src/features/**/*.scss', dest: 'dist/features' },
],
{ verbose: true, watch: true },
{ verbose: true, watch: false },
),
commonjs({
include: 'node_modules/**',
Expand Down

0 comments on commit 57bde40

Please sign in to comment.