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

Highcharts version bump#8

Open
marcelkilian wants to merge 3 commits into
masterfrom
versionBump
Open

Highcharts version bump#8
marcelkilian wants to merge 3 commits into
masterfrom
versionBump

Conversation

@marcelkilian

Copy link
Copy Markdown

No description provided.

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

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
Author

Choose a reason for hiding this comment

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

done

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

Copy link
Copy Markdown

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
Copy Markdown
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.

3 participants