remove test for build/
This commit is contained in:
parent
8a123f39b1
commit
6b380f0bb9
3 changed files with 0 additions and 16 deletions
|
|
@ -1,3 +0,0 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 12
|
||||
|
|
@ -7,7 +7,6 @@
|
|||
"doc": "docs"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "sh test.sh",
|
||||
"build": "node build.js"
|
||||
},
|
||||
"repository": {
|
||||
|
|
|
|||
12
test.sh
12
test.sh
|
|
@ -1,12 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
npm run build
|
||||
output=$( git diff build docs )
|
||||
|
||||
if [ -z "$output" ]
|
||||
then
|
||||
break
|
||||
else
|
||||
echo "Please commit the latest build of 98.css (git commit)"
|
||||
exit 1;
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue