mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix link to npmjs
This commit is contained in:
parent
08e08160c1
commit
207cf75dc4
@ -57,7 +57,7 @@ Babel to transform our JavaScript in two ways.
|
|||||||
## Build Commands
|
## Build Commands
|
||||||
|
|
||||||
The `script` property of a `package.json` file can be used to define command line
|
The `script` property of a `package.json` file can be used to define command line
|
||||||
[scripts](https://docs.npmjs.com/misc/scripts](https://docs.npmjs.com/misc/scripts).
|
[scripts](https://docs.npmjs.com/misc/scripts).
|
||||||
A nice thing about running commands from an npm script is binaries located in
|
A nice thing about running commands from an npm script is binaries located in
|
||||||
`node_modules/.bin/` are temporally added to your `$PATH`. This means we can use dependencies
|
`node_modules/.bin/` are temporally added to your `$PATH`. This means we can use dependencies
|
||||||
defined in `package.json` for things like compiling JavaScript and SCSS, and not require
|
defined in `package.json` for things like compiling JavaScript and SCSS, and not require
|
||||||
|
Loading…
x
Reference in New Issue
Block a user