Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Conversation

@marcelkilian
Copy link

No description provided.

package.json Outdated
"version": "0.6.1",
"description": "Highcharts for your Angular2 project",
"scripts": {
"clean": "./node_modules/.bin/rimraf",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you only need to write "rimraf" in here (it automatically looks inside the .bin folder

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah i was wondering about that

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

package.json Outdated
"clean": "./node_modules/.bin/rimraf",
"watch": "ntsc -w",
"build": "rm -rf dist && ngc",
"build": "npm run clean -rf dist && ngc",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't the "-rf" implied by the rimraf module?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I missed that one. It is fixed in the other commit^^

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants