diff --git a/.ci/deploy.sh b/.ci/deploy.sh index 93a94e0cd68ad0c85c237b5e47d18c8add6b6088..27a9061b9facc22b8f1235d6a0fcc1f36fe2aa5e 100644 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -1,5 +1,7 @@ #!/bin/bash +cd 2019/template + # install npm npm install -g npm@latest grunt-cli generator-reveal npm install diff --git a/2019/template/package.json b/2019/template/package.json deleted file mode 100644 index 5c7507c648bb3fbfd21d71b56867c504c96d6d4e..0000000000000000000000000000000000000000 --- a/2019/template/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "template", - "version": "0.0.1", - "private": true, - "devDependencies": { - "grunt": "~0.4.1", - "grunt-coffeelint": "0.0.7", - "grunt-contrib-connect": "~0.5.0", - "grunt-contrib-copy": "~0.4.1", - "grunt-contrib-jshint": "~0.7.0", - "grunt-contrib-sass": "^1.0.0", - "grunt-contrib-watch": "~0.5.3", - "grunt-gh-pages": "~0.9.0", - "load-grunt-tasks": "~0.2.0" - }, - "engines": { - "node": ">=0.8.0" - }, - "scripts": { - "test": "grunt test" - } -} diff --git a/2019/template/package.json b/2019/template/package.json new file mode 120000 index 0000000000000000000000000000000000000000..77b4a294e0d67a5cbf87a9099bd621a76bca2ba1 --- /dev/null +++ b/2019/template/package.json @@ -0,0 +1 @@ +../../theme/package.json \ No newline at end of file diff --git a/theme/package.json b/theme/package.json new file mode 100644 index 0000000000000000000000000000000000000000..5c7507c648bb3fbfd21d71b56867c504c96d6d4e --- /dev/null +++ b/theme/package.json @@ -0,0 +1,22 @@ +{ + "name": "template", + "version": "0.0.1", + "private": true, + "devDependencies": { + "grunt": "~0.4.1", + "grunt-coffeelint": "0.0.7", + "grunt-contrib-connect": "~0.5.0", + "grunt-contrib-copy": "~0.4.1", + "grunt-contrib-jshint": "~0.7.0", + "grunt-contrib-sass": "^1.0.0", + "grunt-contrib-watch": "~0.5.3", + "grunt-gh-pages": "~0.9.0", + "load-grunt-tasks": "~0.2.0" + }, + "engines": { + "node": ">=0.8.0" + }, + "scripts": { + "test": "grunt test" + } +}