Skip to content

Commit

Permalink
fix(*): move test to other directory, fix npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Heymdall committed Nov 23, 2018
1 parent c7f366a commit 73f93e4
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test
__tests__
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
"release-major": "npm version major -m 'chore(*) major version'",
"version": "git fetch --tags && npm run _changelog && git add CHANGELOG.md",
"postversion": "git push origin master && git push --tags && npm publish",
"test-build": "cd test && npm run build",
"test-start": "cd test && npm run start",
"test-test": "cd test && npm run test",
"test-build": "cd __tests__ && npm run build",
"test-start": "cd __tests__ && npm run start",
"test-test": "cd __tests__ && npm run test",
"test": "npm run test-build && npm run test-test"
},
"devDependencies": {
Expand Down

0 comments on commit 73f93e4

Please sign in to comment.