Skip to content

Commit

Permalink
chore: Update .gitignore and .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Feb 22, 2023
1 parent f393f99 commit 8d2f4ee
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ acceptance/node_modules
acceptance/cypress/videos/
results
build
node_modules
.storybook
yarn.lock
*~
8 changes: 4 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ npm-debug.log*
yarn-error.log

node_modules
dockerfiles
acceptance
build
dist
.env.local
.env.development.local
.env.test.local
.env.production.local
yarn.lock
.storybook
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ build-storybook: ## Build storybook
mkdir .storybook
${DOCKER_COMPOSE} run addon-storybook build-storybook

.PHONY: release
release: ## Release package
yarn
npx release-it

.PHONY: dry-run-release
dry-run-release: ## Dry Run Release package
yarn
npx release-it --dry-run

.PHONY: format
format: ## Format codebase
${DOCKER_COMPOSE} run addon-dev lint:fix
Expand Down

0 comments on commit 8d2f4ee

Please sign in to comment.