Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Akopkokhyants committed Aug 18, 2020
1 parent b04ea5f commit f13b207
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,13 +1,14 @@
{
"name": "ng2-dnd",
"description": "Angular 2 Drag-and-Drop without dependencies",
"version": "9.0.0-beta1",
"version": "9.0.0-beta2",
"scripts": {
"test": "karma start",
"clean": "rimraf dist",
"test-watch": "tsc --noUnusedParameters --noUnusedLocals && karma start --no-single-run --auto-watch",
"commit": "npm run prepublish && npm test && git-cz",
"build": "npm run clean && ngc && ng-packagr -p ng-package.json && cp style.css dist/bundles/style.css && rimraf dist/tests",
"build2": "npm run clean && ngc && ng-packagr -p ng-package.json && cp style.css dist/bundles/style.css && rimraf dist/tests",
"build": "ngc && ng-packagr -p ng-package.json && cp style.css dist/bundles/style.css && rimraf dist/tests",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
Expand Down

0 comments on commit f13b207

Please sign in to comment.