Skip to content

Commit

Permalink
chore:project
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jul 30, 2020
1 parent 0d8557e commit 25a4c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build.angular": "pnpm i && rimraf tempAngular && ng-packagr -p src/angular/package.json -c tsconfig.angular.json && cpy 'tempAngular/**/*' 'plugin/angular' --parents",
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map plugin/node_modules plugin/package-lock.json plugin/README.md demo/node_modules demo-angular/node_modules",
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && tsc -skipLibCheck -d",
"build": "cp README.md ./plugin && rm -f .tsbuildinfo && npm run tsc && npm run ngc ",
"build": "cp README.md ./plugin && rm -f .tsbuildinfo && npm run tsc ",
"tslint": "tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude '**/platforms/**'",
"plugin.tscwatch": "tsc -skipLibCheck -w",
"demo.android": "npm run build && cd demo && tns run android --syncAllFiles",
Expand Down

0 comments on commit 25a4c38

Please sign in to comment.