File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " publish.js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
8
- "styles" : " rm -f src/styles/main.css && $(npm bin)/node-sass src/styles/main.scss static/styles/main.css"
8
+ "styles" : " rm -f src/styles/main.css && $(npm bin)/node-sass src/styles/main.scss static/styles/main.css" ,
9
+ "build" : " npm run styles"
9
10
},
10
11
"repository" : {
11
12
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ next_ref="v$next_version"
23
23
24
24
git add -u
25
25
npm run build
26
- git add -A build
26
+ git add -A
27
27
28
- npm test
28
+ # npm test
29
29
30
30
update_version ' package.json' $next_version
31
31
@@ -37,9 +37,4 @@ git push origin master --tags
37
37
38
38
echo " # Publishing docs"
39
39
40
- git checkout gh-pages
41
- git merge master
42
- git push origin gh-pages
43
- git checkout master
44
-
45
40
npm publish
You can’t perform that action at this time.
0 commit comments