Skip to content

Commit

Permalink
Merge pull request #932 from andreialecu/chore-pm
Browse files Browse the repository at this point in the history
refactor: remove conflicting lockfile and add `prepack` script
  • Loading branch information
kamilmysliwiec committed Nov 3, 2020
2 parents 6208f01 + 431a9e5 commit c6bd279
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9,143 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -20,4 +20,6 @@ gulpfile.js
/.vscode

# sample
/sample
/sample

yarn.lock
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -18,6 +18,7 @@
"format": "prettier --write \"**/*.ts\"",
"lint": "eslint '{lib,commands,actions}/**/*.ts' --fix",
"start": "node bin/nest.js",
"prepack": "npm run build",
"prepublish:next": "npm run build",
"publish:next": "npm publish --access public --tag next",
"prepublish:npm": "npm run build",
Expand Down

0 comments on commit c6bd279

Please sign in to comment.