File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,6 @@ $ npm install
39
39
$ npm install -g testacular coffee-script grunt
40
40
```
41
41
42
- If you haven't already done so, create the NODE_PATH environment variable so that the global libs are picked up by grunt:
43
-
44
- ``` bash
45
- $ echo " export NODE_PATH=/usr/local/lib/node_modules" >> ~ /.bash_profile
46
- $ source ~ /.bash_profile
47
- ```
48
-
49
42
### Build Files & Run Tests
50
43
51
44
Before you commit, always run ` grunt ` to build and test everything once.
@@ -75,4 +68,4 @@ For core team: if you wish to publish a new version follow these steps:
75
68
2 . Build and test
76
69
3 . Commit the updated ` package.json ` and ` build/ ` folder on their own commit
77
70
4 . Tag the commit: ` git tag v[maj].[min].[patch] `
78
- 5 . Push the tag: ` git push [angular-ui] master --tags `
71
+ 5 . Push the tag: ` git push [angular-ui] master --tags `
You can’t perform that action at this time.
0 commit comments