diff --git a/.gitignore b/.gitignore index dd3b3681d..cb2344c03 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ node_modules dist/ extension/bundle.js package/react-time-travel-1.0.1.tgz -testing diff --git a/package.json b/package.json index bfcd20be0..4802aa2e3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "build": "webpack --mode production", "dev": "webpack --mode development --watch", - "test": "echo \"Error: no test specified\"" + "test": "echo \"Error: no test specified\"", + "package": "cd package & npm pack" }, "keywords": [ "react", diff --git a/testing b/testing new file mode 160000 index 000000000..2156c60f2 --- /dev/null +++ b/testing @@ -0,0 +1 @@ +Subproject commit 2156c60f2b7b4e2304cc5160f746d55ba75e22fc