Skip to content

Commit

Permalink
Merge pull request #16 from mayajs/fix/build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
mackignacio authored May 16, 2022
2 parents ca6378b + 0e90be1 commit 8804b01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"conventionalCommits.scopes": ["files", "workflow", "router"]
"conventionalCommits.scopes": ["files", "workflow", "router", "build"]
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"rimraf": "rimraf index.js && rimraf index.d.ts && rimraf lib && rimraf interfaces && rimraf types && rimraf utils",
"clean": "npm run rimraf && npm run tgz",
"tgz": "rimraf *.tgz",
"start": "npm run clean && tsc -w",
"package": "node ./scripts/clean-package.js",
"start": "npm run clean && npm run tgz && tsc -w",
"prepack": "npm run clean && npm run package && tsc --outDir .",
"release": "semantic-release --branches main"
},
"repository": {
Expand Down

0 comments on commit 8804b01

Please sign in to comment.