We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99acf69 commit da166ecCopy full SHA for da166ec
.github/workflows/compile.yml
@@ -29,8 +29,7 @@ jobs:
29
restore-keys: |
30
${{ runner.os }}-node-
31
32
- - run: node ./src/index.js
33
- - run: echo generated
+ - run: npm run build
34
35
- name: Deploy
36
uses: peaceiris/actions-gh-pages@v4
src/package.json renamed to package.json
@@ -6,7 +6,7 @@
6
"doc": "docs"
7
},
8
"scripts": {
9
- "test": "echo \"Error: no test specified\" && exit 1"
+ "build": "node ./src/index.js"
10
11
"author": "",
12
"license": "ISC",
0 commit comments