mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Adjusting for the directory move arounds
This commit is contained in:
parent
9465da4335
commit
34bb7f72d7
@ -1,7 +1,7 @@
|
||||
{
|
||||
"tiddlers": [
|
||||
{
|
||||
"file": "../../../../../node_modules/esprima/esprima.js",
|
||||
"file": "../../../../node_modules/esprima/esprima.js",
|
||||
"fields": {
|
||||
"title": "$:/core/modules/parsers/javascriptparser/esprima.js",
|
||||
"type": "application/javascript"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# run TiddlyWiki5
|
||||
|
||||
node ../core/boot.js --verbose --wikitest ../../test/wikitests/ || exit 1
|
||||
node ../core/boot.js --verbose --wikitest ../tests/wikitests/ || exit 1
|
||||
|
||||
# run jshint
|
||||
jshint ../core/*.js
|
||||
|
Loading…
Reference in New Issue
Block a user