Skip to content

Commit

Permalink
Adding version lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicpages committed Aug 2, 2019
1 parent 4ff2d85 commit f08e8db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build:css": "sass -s compressed --embed-source-map src/styles/** ./css/shuttle.css",
"build:test": "npm run clean && tsc src/index.ts --pretty --jsx react --esModuleInterop --outDir pkg",
"clean": "rimraf pkg/**",
"clean:css": "rimraf ./css"
"clean:css": "rimraf ./css",
"version": "npm run build"
},
"@pika/pack": {
"pipeline": [
Expand Down

0 comments on commit f08e8db

Please sign in to comment.