Skip to content

Commit

Permalink
[npm] only ship build/ folder to NPM (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed May 25, 2021
1 parent 691c549 commit 167869b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -14,6 +14,9 @@
"email": "tareksherif@pm.me",
"url": "http://tareksherif.net/"
},
"files": [
"build"
],
"scripts": {
"lint": "eslint src/*.js test/tests/*.js",
"compile-module": "rimraf build/module && cpy src build/module && replace %%VERSION%% $npm_package_version build/module/picogl.js",
Expand Down

0 comments on commit 167869b

Please sign in to comment.