Skip to content

Commit ae12f0f

Browse files
committed
v1.4 PoC: deploy with bot-API.
* ver up * version lib from pendingChangesHelper * test creating and editing pages via Mwn
1 parent b6065e5 commit ae12f0f

8 files changed

+412
-25
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
*.lnk
3-
*.priv.*
3+
*.priv.*
4+
bot.config.js

DEV.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Run first `npm i`.
1616
You might want to run `npm up` to update some scripts too.
1717

1818
Recomended global modules/tools:
19-
```
19+
```bash
2020
npm install -g eslint
2121
npm install -g mocha
2222
```
@@ -36,13 +36,13 @@ You can also run (and debug) each test case directly from a test file. You might
3636
## Publishing
3737

3838
Step. 1. Check.
39-
```
39+
```bash
4040
npm test
4141
```
4242
Step. 2. Change version in the package.
4343

4444
Step. 3. Final commands.
45-
```
45+
```bash
4646
npm up
4747
npm test
4848
npm publish
46.6 KB
Loading

0 commit comments

Comments
 (0)