Skip to content

Commit

Permalink
fix(package): fix publishing empty package
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed Oct 24, 2018
1 parent 4ca60f7 commit e4685fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"file-gen": "ts-node ./bin/file-gen.ts",
"prelatest": "cd .. && yarn pack-latest",
"latest": "yarn install --update-checksums; yarn cache clean ng-recaptcha; yarn upgrade ../ng-recaptcha-latest.tgz --update-checksums",
"postlatest": "cd .. && yarn clean",
"clean:build": "rimraf src/**/*.{js,js.map,ngsummary.json,d.ts,metadata.json,auto-gen.ts} src/app/examples/**/*{-demo.main.ts,-demo.main.dev.ts,-demo.data.ts}",
"clean:dist": "rimraf dist",
"clean": "run-s clean:build clean:dist",
Expand Down

0 comments on commit e4685fe

Please sign in to comment.