ソースを参照

:poop: adding an example and drone pipeline

tags/0.9.0
J 5年前
コミット
05fb8fc1c9
2個のファイルの変更11行の追加1行の削除
  1. 9
    0
      .drone.yml
  2. 2
    1
      vue-theme/package.json

+ 9
- 0
.drone.yml ファイルの表示

@@ -0,0 +1,9 @@
1
+kind: pipeline
2
+name: default
3
+
4
+- name: test
5
+  image: node
6
+  commands:
7
+  - cd ./vue-theme
8
+  - npm install
9
+  - npm test

+ 2
- 1
vue-theme/package.json ファイルの表示

@@ -4,7 +4,8 @@
4 4
   "description": "Wordpress SPA theme base",
5 5
   "main": "index.js",
6 6
   "scripts": {
7
-    "dev": "webpack-dev-server --hot"
7
+    "dev": "webpack-dev-server --hot",
8
+    "test": "echo running contrived example command..."
8 9
   },
9 10
   "keywords": [
10 11
     "wordpress",

読み込み中…
キャンセル
保存