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