Skip to content

Commit bf60d54

Browse files
committed
- Added build script to package.json
- Fix online plugin
1 parent c6fdc03 commit bf60d54

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "A notebook that syncs!",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"tw":"TIDDLYWIKI_PLUGIN_PATH=../../plugins_dist tiddlywiki ./wiki --verbose",
8+
"build":"npm run tw -- --build index --build OnlineDemo"
89
},
910
"repository": {
1011
"type": "git",

0 commit comments

Comments
 (0)