Skip to content

Commit

Permalink
Remove spec files from package (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Jul 5, 2020
1 parent 57eb77e commit 9c960ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Webpack loader for Nunjucks",
"main": "lib/loader.js",
"scripts": {
"build": "rm -rf lib && babel src --out-dir=lib --copy-files",
"build": "rm -rf lib && babel src --out-dir=lib --copy-files --ignore 'src/**/*.spec.js'",
"lint": "eslint src",
"pretest": "rm -rf test/.coverage && npm run lint",
"test": "jest",
Expand Down

0 comments on commit 9c960ed

Please sign in to comment.